Class HelperAlreadyDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.oti.shared.HelperAlreadyDefinedException
- All Implemented Interfaces:
Serializable
Exception thrown if a factory is asked to get multiple helpers for a ClassLoader.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new HelperAlreadyDefinedException. -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HelperAlreadyDefinedException
Creates a new HelperAlreadyDefinedException.- Parameters:
msg
- message to report
-