public class CastorException extends Exception
| Constructor and Description |
|---|
CastorException()
Creates a new CastorException with no message, or nested Exception
|
CastorException(String message)
Creates a new CastorException with the given message.
|
CastorException(String message,
Throwable cause)
Creates a new CastorException with the given message and cause.
|
CastorException(Throwable cause)
Creates a new CastorException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CastorException()
public CastorException(String message)
message - the message for this Exceptionpublic CastorException(String message, Throwable cause)
message - The message for this exception.cause - A Throwable instance.public CastorException(Throwable cause)
cause - A Throwable instance.Copyright © 2021. All rights reserved.