public class PropertyInitException
extends java.lang.RuntimeException
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Gets the cause.
|
public PropertyInitException()
public PropertyInitException(java.lang.String msg)
msg
- the exception messagepublic PropertyInitException(java.lang.String msg, java.lang.Throwable cause)
msg
- the exception messagecause
- the cause for the exceptionpublic PropertyInitException(java.lang.Throwable cause)
cause
- the cause for the exception