com.codemonster.surinam.export.throwable
Class UnavailableServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.codemonster.surinam.export.throwable.SurinamRuntimeException
com.codemonster.surinam.export.throwable.UnavailableServiceException
- All Implemented Interfaces:
- Serializable
public class UnavailableServiceException
- extends SurinamRuntimeException
When a service is registered but is in a state that makes it impossible to handle requests,
you will see this exception. As such, this is an exception that every service should
be comfortable seeing and handling since there are any number of reasons that this
could be thrown... a registered service contract that has a default implementation would be
the simplest possible example. Another would be where a running service takes itself offline
due to a critical failure to a point where it should not be used.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnavailableServiceException
public UnavailableServiceException(String message)
Copyright © 2010. All Rights Reserved.