public final class PropertiesException extends CastorRuntimeException
Constructor and Description |
---|
PropertiesException()
Constructs a new PropertiesException without a message.
|
PropertiesException(String message)
Constructs a new PropertiesException with the specified detail message.
|
PropertiesException(String message,
Throwable cause)
Constructs a new PropertiesException with the specified detail message and cause.
|
PropertiesException(Throwable cause)
Constructs a new PropertiesException with the specified cause and the detail message
of the cause.
|
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
public PropertiesException()
public PropertiesException(String message)
message
- The detail message.public PropertiesException(Throwable cause)
cause
- The cause.Copyright © 2024. All rights reserved.