|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xbean.kernel.IllegalServiceStateException
Indicates an operation was called on a service in a state that does not allow that operation to be called.
Constructor Summary | |
IllegalServiceStateException(java.lang.String message,
ServiceName serviceName)
Creates an IllegalServiceStateException. |
Method Summary | |
ServiceName |
getServiceName()
Gets the name of the service that caused this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalServiceStateException(java.lang.String message, ServiceName serviceName)
message
- information about why the service is in an illegal stateserviceName
- the name of the serviceMethod Detail |
public ServiceName getServiceName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |