public class ModuleException extends Exception
Constructor and Description |
---|
ModuleException()
Empty constructor
|
ModuleException(String message)
Constructs exception with the message
|
ModuleException(String message,
Throwable cause)
Constructs the exception with message and cause
|
ModuleException(Throwable cause)
Constructs the exception with cause of the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModuleException()
public ModuleException(String message)
message
- detail messagepublic ModuleException(String message, Throwable cause)
message
- detail messagecause
- original exceptionpublic ModuleException(Throwable cause)
cause
- original exceptionCopyright © 2013. All Rights Reserved.