|
| 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. |
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets this exception's cause or null if a cause is not defined. |
| 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.| Method Detail |
|---|
public java.lang.Throwable getCause()
null if a cause is not defined.
getCause in class java.lang.Throwablenull if no cause is available.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||