Class TooManyActiveScopeletsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.scopelet.ScopeletException
org.microbean.scopelet.TooManyActiveScopeletsException
- All Implemented Interfaces:
Serializable
A
ScopeletException indicating that there were too many active Scopelets when zero or one was expected.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newTooManyActiveScopeletsException.TooManyActiveScopeletsException(String message) Creates a newTooManyActiveScopeletsException.TooManyActiveScopeletsException(String message, Throwable cause) Creates a newTooManyActiveScopeletsException.Creates a newTooManyActiveScopeletsException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyActiveScopeletsException
public TooManyActiveScopeletsException()Creates a newTooManyActiveScopeletsException. -
TooManyActiveScopeletsException
Creates a newTooManyActiveScopeletsException.- Parameters:
message- a detail message; may benull
-
TooManyActiveScopeletsException
Creates a newTooManyActiveScopeletsException.- Parameters:
cause- aThrowablethat caused thisTooManyActiveScopeletsExceptionto be created; may benull
-
TooManyActiveScopeletsException
Creates a newTooManyActiveScopeletsException.- Parameters:
message- a detail message; may benullcause- aThrowablethat caused thisTooManyActiveScopeletsExceptionto be created; may benull
-