- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.oti.shared.HelperAlreadyDefinedException
-
- All Implemented Interfaces:
Serializable
public class HelperAlreadyDefinedException extends Exception
Exception thrown if a factory is asked to get multiple helpers for a ClassLoader.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HelperAlreadyDefinedException(String msg)
Creates 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 Detail
-
HelperAlreadyDefinedException
public HelperAlreadyDefinedException(String msg)
Creates a new HelperAlreadyDefinedException.- Parameters:
msg
- message to report
-
-