com.ibm.wsspi.rrd.exception
Class UnresolvableRemoteException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.ibm.wsspi.rrd.exception.UnresolvableRemoteException
All implemented interfaces:
java.io.Serializable
- public class UnresolvableRemoteException
- extends javax.servlet.ServletException
See Also:
Constructor Summary
Constructor and Description |
---|
UnresolvableRemoteException()
Constructs a new UnresolvableRemoteException
|
UnresolvableRemoteException(java.lang.String message)
Constructs a new UnresolvableRemoteException with the specified message
|
UnresolvableRemoteException(java.lang.String message,java.lang.Throwable cause)
Constructs a new UnresolvableRemoteException with the specified message
and root cause.
|
UnresolvableRemoteException(java.lang.Throwable cause)
Constructs a new UnresolvableRemoteException with the specified root cause.
|
Method Summary
Methods inherited from class javax.servlet.ServletException |
---|
getRootCause |
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
UnresolvableRemoteException
- public UnresolvableRemoteException( )
Constructs a new UnresolvableRemoteException
UnresolvableRemoteException
- public UnresolvableRemoteException( java.lang.String message)
Constructs a new UnresolvableRemoteException with the specified message
Parameters:
message
- Message of exception UnresolvableRemoteException
- public UnresolvableRemoteException( java.lang.String message,
- java.lang.Throwable cause)
Constructs a new UnresolvableRemoteException with the specified message
and root cause.
Parameters:
message
- Message of exception cause
- Exception that caused this exception to be raised UnresolvableRemoteException
- public UnresolvableRemoteException( java.lang.Throwable cause)
Constructs a new UnresolvableRemoteException with the specified root cause.
Parameters:
cause
- Exception that caused this exception to be raised