com.ibm.oti.shared

Class HelperAlreadyDefinedException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.oti.shared.HelperAlreadyDefinedException
All implemented interfaces:
java.io.Serializable

  1. public class HelperAlreadyDefinedException
  2. extends java.lang.Exception
Exception thrown if factory is asked to get multiple helpers for a ClassLoader.

Version:
initial
Author:
OTI
See Also:
Serialized Form

Constructor Summary

Constructor and Description
HelperAlreadyDefinedException(java.lang.String msg)
Create a new HelperAlreadyDefinedException

Method Summary

Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

HelperAlreadyDefinedException

  1. public HelperAlreadyDefinedException( java.lang.String msg)
Create a new HelperAlreadyDefinedException

Parameters:
msg - String Message to report