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