public class InternalException extends Exception
| Constructor and Description |
|---|
InternalException()
Default constructor
|
InternalException(String message)
Constructor with reason string
|
InternalException(String message,
Throwable cause)
Constructor with reason string and parent exception
|
InternalException(Throwable cause)
Constructor with parent exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalException()
public InternalException(String message)
message - reason stringpublic InternalException(String message, Throwable cause)
message - message reason stringcause - parent exceptionpublic InternalException(Throwable cause)
cause - parent exceptionCopyright © 2016. All Rights Reserved.