|
||||||||||
| 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
|
+--com.sun.identity.liberty.ws.disco.DiscoveryException
This class is an extension point for all Discovery Service related exceptions.
| Constructor Summary | |
DiscoveryException()
Create an DiscoveryException with no message. |
|
DiscoveryException(java.lang.String s)
Create an DiscoveryException with a message. |
|
DiscoveryException(java.lang.Throwable t)
Constructs with Throwable object. |
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DiscoveryException()
DiscoveryException with no message.
public DiscoveryException(java.lang.String s)
DiscoveryException with a message.
s - exception message.public DiscoveryException(java.lang.Throwable t)
Throwable object.
t - Throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||