|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.discovery.DiscoveryException
public class DiscoveryException
An exception that is thrown only if a suitable service
instance cannot be created by ServiceFactory
.
Constructor Summary | |
---|---|
DiscoveryException()
Construct a new exception with null as its detail message. |
|
DiscoveryException(String message)
Construct a new exception with the specified detail message. |
|
DiscoveryException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause. |
|
DiscoveryException(Throwable cause)
Construct a new exception with the specified cause and a derived detail message. |
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 DiscoveryException()
null
as its detail message.
public DiscoveryException(String message)
message
- The detail messagepublic DiscoveryException(Throwable cause)
cause
- The underlying causepublic DiscoveryException(String message, Throwable cause)
message
- The detail messagecause
- The underlying cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |