public class UnresolvableRemoteException
extends javax.servlet.ServletException
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.
|
public UnresolvableRemoteException()
public UnresolvableRemoteException(java.lang.String message)
message
- Message of exceptionpublic UnresolvableRemoteException(java.lang.String message, java.lang.Throwable cause)
message
- Message of exceptioncause
- Exception that caused this exception to be raisedpublic UnresolvableRemoteException(java.lang.Throwable cause)
cause
- Exception that caused this exception to be raised