Package org.iplass.mtp.runtime
Class AlreadyInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.SystemException
org.iplass.mtp.runtime.AlreadyInitializedException
- All Implemented Interfaces:
Serializable
Throws when an EntryPoint has already been initialized.
- See Also:
-
Constructor Summary
ConstructorDescriptionAlreadyInitializedException
(String message) AlreadyInitializedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyInitializedException
public AlreadyInitializedException() -
AlreadyInitializedException
-
AlreadyInitializedException
-
AlreadyInitializedException
-