|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.net.ssl.SSLRMIConfigurationException
public class SSLRMIConfigurationException
Exception that describes an invalid SSL RMI configuration.
javax.net.debug
.
Constructor Summary | |
---|---|
SSLRMIConfigurationException(java.lang.String message)
Constructs an SSL RMI exception using the specified message. |
|
SSLRMIConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
Constructs an SSL RMI exception using the specified message and throwable. |
|
SSLRMIConfigurationException(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 |
---|
public SSLRMIConfigurationException(java.lang.String message)
message
- Message detailing the exception.public SSLRMIConfigurationException(java.lang.String message, java.lang.Throwable throwable)
message
- Message detailing the exception.throwable
- The throwable that caused this exception.public SSLRMIConfigurationException(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.Throwable
null
if no cause is available.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |