|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.net.ssl.SSLRMIException
public class SSLRMIException
Base exception for SSL RMI exceptions.
javax.net.debug
.
Constructor Summary | |
---|---|
protected |
SSLRMIException()
Constructs an SSL RMI exception. |
|
SSLRMIException(java.lang.String message)
Constructs an SSL RMI exception using the specified message. |
|
SSLRMIException(java.lang.String message,
java.lang.Throwable throwable)
Constructs an SSL RMI exception using the specified message and throwable. |
|
SSLRMIException(java.lang.Throwable throwable)
Constructs an SSL RMI exception using the specified throwable. |
Constructor Detail |
---|
protected SSLRMIException()
public SSLRMIException(java.lang.String message)
message
- Message detailing the exception.public SSLRMIException(java.lang.String message, java.lang.Throwable throwable)
message
- Message detailing the exception.throwable
- The throwable that caused this exception.public SSLRMIException(java.lang.Throwable throwable)
throwable
- The throwable that caused this exception.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |