Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.palladiosimulator.protocom.framework.java.ee.protocol.RegistryException
- All Implemented Interfaces:
Serializable
Signals that an invalid request was performed at a registry.
- See Also:
-
Constructor Summary
ConstructorDescriptionRegistryException
(String message) Constructs a new RegistryException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegistryException
Constructs a new RegistryException object.- Parameters:
message
- the detail message
-