Package org.jboss.as.ee.component
Class ComponentIsStoppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jboss.as.ee.component.ComponentIsStoppedException
- All Implemented Interfaces:
Serializable
Exception indicating that a component receiving a method call has stopped.
- Author:
- Richard Achmatowicz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aComponentIsStoppedExceptionwith no detail message.ComponentIsStoppedException(String message) Constructs aComponentIsStoppedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentIsStoppedException
public ComponentIsStoppedException()Constructs aComponentIsStoppedExceptionwith no detail message. -
ComponentIsStoppedException
Constructs aComponentIsStoppedExceptionwith the specified detail message.- Parameters:
message- the detail message
-