public class ClavinException extends Exception
| Constructor and Description |
|---|
ClavinException()
Create a new ClavinException.
|
ClavinException(String message)
Create a new ClavinException with the given message.
|
ClavinException(String message,
Throwable cause)
Create a new ClavinException with the given message and cause.
|
ClavinException(Throwable cause)
Create a new ClavinException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClavinException()
public ClavinException(String message)
message - the messagepublic ClavinException(String message, Throwable cause)
message - the messagecause - the causepublic ClavinException(Throwable cause)
cause - the causeCopyright © 2012–2014 Berico Technologies. All rights reserved.