com.elixirtech.ers2.client
Class AuthSSLInitializationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.elixirtech.ers2.client.AuthSSLInitializationError
All Implemented Interfaces:
java.io.Serializable

public class AuthSSLInitializationError
extends java.lang.Error

Signals fatal error in initialization of AuthSSLProtocolSocketFactory.

See Also:
Serialized Form

Constructor Summary
AuthSSLInitializationError()
          Creates a new AuthSSLInitializationError.
AuthSSLInitializationError(java.lang.String message)
          Creates a new AuthSSLInitializationError with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthSSLInitializationError

public AuthSSLInitializationError()
Creates a new AuthSSLInitializationError.


AuthSSLInitializationError

public AuthSSLInitializationError(java.lang.String message)
Creates a new AuthSSLInitializationError with the specified message.

Parameters:
message - error message