public class SpException extends Exception
| Constructor and Description |
|---|
SpException(String message)
Creates a new Exception with the given message and null as the cause.
|
SpException(String message,
Throwable cause)
Creates a new exception with the given message and cause
|
SpException(Throwable cause)
Creates a new exception with a null message and the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpException(String message)
message - The exception messagepublic SpException(Throwable cause)
cause - The exception that caused this exceptionCopyright © 2018. All rights reserved.