public class SpRuntimeException extends SpException
| Constructor and Description |
|---|
SpRuntimeException(String message)
Creates a new Exception with the given message and null as the cause.
|
SpRuntimeException(String message,
Throwable cause)
Creates a new exception with the given message and cause
|
SpRuntimeException(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 SpRuntimeException(String message)
message - The exception messagepublic SpRuntimeException(Throwable cause)
cause - The exception that caused this exceptionCopyright © 2018. All rights reserved.