***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.net.ssl
Class SSLRMIException

com.sas.net.ssl.SSLRMIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SSLRMIConfigurationException

public class SSLRMIException

Base exception for SSL RMI exceptions.

Debugging SSL

Interactions with the JSSE API may be debugged using by defining the system property javax.net.debug.

Since:
9.1.3
See Also:
Serialized Form

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

SSLRMIException

protected SSLRMIException()
Constructs an SSL RMI exception.


SSLRMIException

public SSLRMIException(java.lang.String message)
Constructs an SSL RMI exception using the specified message.

Parameters:
message - Message detailing the exception.

SSLRMIException

public SSLRMIException(java.lang.String message,
                       java.lang.Throwable throwable)
Constructs an SSL RMI exception using the specified message and throwable.

Parameters:
message - Message detailing the exception.
throwable - The throwable that caused this exception.

SSLRMIException

public SSLRMIException(java.lang.Throwable throwable)
Constructs an SSL RMI exception using the specified throwable.

Parameters:
throwable - The throwable that caused this exception.

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.