public class TopiaRuntimeException extends RuntimeException
| Constructor and Description |
|---|
TopiaRuntimeException()
Default constructor.
|
TopiaRuntimeException(String message)
Constructor with
message. |
TopiaRuntimeException(String message,
Throwable cause)
Constructor for a wrapped TopiaRuntimeException over a
cause
with a message. |
TopiaRuntimeException(Throwable cause)
Constructor for a wrapped TopiaRuntimeException over a
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TopiaRuntimeException()
public TopiaRuntimeException(String message)
message.message - exception messagepublic TopiaRuntimeException(String message, Throwable cause)
cause
with a message.message - exception messagecause - exception causepublic TopiaRuntimeException(Throwable cause)
cause.cause - exception causeCopyright © 2004–2022 Code Lutin. All rights reserved.