iaik.security.ssl
Class PropertyInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by iaik.security.ssl.PropertyInitException
All Implemented Interfaces:
java.io.Serializable

public class PropertyInitException
extends java.lang.RuntimeException

Exception indicating a problem during initialization from SSLContext.properties file.

See Also:
Serialized Form

Constructor Summary
PropertyInitException()
          Creates a PropertyInitException with no message.
PropertyInitException(java.lang.String msg)
          Creates a PropertyInitException with the specified message.
PropertyInitException(java.lang.String msg, java.lang.Throwable cause)
          Creates a PropertyInitException with the specified message and cause.
PropertyInitException(java.lang.Throwable cause)
          Creates a PropertyInitException with the specified cause.
 
Method Summary
 java.lang.Throwable getCause()
          Gets the cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyInitException

public PropertyInitException()
Creates a PropertyInitException with no message.


PropertyInitException

public PropertyInitException(java.lang.String msg)
Creates a PropertyInitException with the specified message.

Parameters:
msg - the exception message

PropertyInitException

public PropertyInitException(java.lang.String msg,
                             java.lang.Throwable cause)
Creates a PropertyInitException with the specified message and cause.

Parameters:
msg - the exception message
cause - the cause for the exception

PropertyInitException

public PropertyInitException(java.lang.Throwable cause)
Creates a PropertyInitException with the specified cause.

Parameters:
cause - the cause for the exception
Method Detail

getCause

public java.lang.Throwable getCause()
Gets the cause.

Overrides:
getCause in class java.lang.Throwable
Returns:
the cause, maybe null

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

iSaSiLk 6.0, (c) 2002 IAIK, (c) 2003 - 2015 SIC