java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ScopedAlreadyBoundException
- All Implemented Interfaces:
Serializable
TBD
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionScopedAlreadyBoundException(String message)
Constructs a new exception with the specified detail message. -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScopedAlreadyBoundException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.
-