java.io.Serializablepublic final class PropertiesException extends CastorRuntimeException
| Constructor | Description | 
|---|---|
| PropertiesException() | Constructs a new PropertiesException without a message. | 
| PropertiesException(java.lang.String message) | Constructs a new PropertiesException with the specified detail message. | 
| PropertiesException(java.lang.String message,
                   java.lang.Throwable cause) | Constructs a new PropertiesException with the specified detail message and cause. | 
| PropertiesException(java.lang.Throwable cause) | Constructs a new PropertiesException with the specified cause and the detail message
 of the cause. | 
getCause, initCause, printStackTrace, printStackTrace, printStackTracepublic PropertiesException()
public PropertiesException(java.lang.String message)
message - The detail message.public PropertiesException(java.lang.Throwable cause)
cause - The cause.public PropertiesException(java.lang.String message,
                           java.lang.Throwable cause)
message - The detail message.cause - The cause.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com