|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ops4j.peaberry.ServiceException
org.ops4j.peaberry.ServiceUnavailableException
public final class ServiceUnavailableException
Exception thrown when a requested service is not available.
| Constructor Summary | |
|---|---|
ServiceUnavailableException()
Constructs a ServiceUnavailableException with no message or cause. |
|
ServiceUnavailableException(String message)
Constructs a ServiceUnavailableException with a specific message. |
|
ServiceUnavailableException(String message,
Throwable cause)
Constructs a ServiceUnavailableException with message and cause. |
|
ServiceUnavailableException(Throwable cause)
Constructs a ServiceUnavailableException with a specific cause. |
|
| Method Summary |
|---|
| 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 ServiceUnavailableException()
ServiceUnavailableException with no message or cause.
public ServiceUnavailableException(String message)
ServiceUnavailableException with a specific message.
message - detailed messagepublic ServiceUnavailableException(Throwable cause)
ServiceUnavailableException with a specific cause.
cause - underlying cause
public ServiceUnavailableException(String message,
Throwable cause)
ServiceUnavailableException with message and cause.
message - detailed messagecause - underlying cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||