public class SMEVException extends Exception
Constructor and Description |
---|
SMEVException()
Instantiates a new Smev exception.
|
SMEVException(String message)
Instantiates a new Smev exception.
|
SMEVException(String message,
Throwable cause)
Instantiates a new Smev exception.
|
SMEVException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Smev exception.
|
SMEVException(Throwable cause)
Instantiates a new Smev exception.
|
Modifier and Type | Method and Description |
---|---|
void |
reThrowCause()
Re throw cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMEVException()
public SMEVException(String message)
message
- the messagepublic SMEVException(String message, Throwable cause)
message
- the messagecause
- the causepublic SMEVException(Throwable cause)
cause
- the causeCopyright © 2017. All rights reserved.