messif.utility
Class ExtendedPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by messif.utility.ExtendedPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class ExtendedPropertiesException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ExtendedPropertiesException()
          Constructs a new ExtendedPropertiesException with null as its detail message.
ExtendedPropertiesException(java.lang.String message)
          Constructs a new ExtendedPropertiesException with the specified detailed message.
ExtendedPropertiesException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ExtendedPropertiesException with the specified detailed message and cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedPropertiesException

public ExtendedPropertiesException()
Constructs a new ExtendedPropertiesException with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


ExtendedPropertiesException

public ExtendedPropertiesException(java.lang.String message)
Constructs a new ExtendedPropertiesException with the specified detailed message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).

Parameters:
message - the detailed message

ExtendedPropertiesException

public ExtendedPropertiesException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs a new ExtendedPropertiesException with the specified detailed message and cause.

Parameters:
message - the detaile message
cause - the cause for this exception