public class NotSpdException extends RuntimeException
| Constructor and Description |
|---|
NotSpdException()
Initializes a new instance of the
NotSpdException class. |
NotSpdException(String message)
Initializes a new instance of the
NotSpdException class with a specified error message. |
NotSpdException(String message,
Throwable cause)
Initializes a new instance of the
NotSpdException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
NotSpdException(Throwable cause)
Initializes a new instance of the
NotSpdException class with a reference to the inner exception that is the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSpdException()
NotSpdException class.public NotSpdException(String message)
NotSpdException class with a specified error message.message - The error message that explains the reason for the exception.public NotSpdException(String message, Throwable cause)
NotSpdException class with a specified error message and a reference to the inner exception that is the cause of this exception.message - The error message that explains the reason for the exception.cause - The exception that is the cause of the current exception.public NotSpdException(Throwable cause)
NotSpdException class with a reference to the inner exception that is the cause of this exception.cause - The exception that is the cause of the current exception.Copyright © 2021. All rights reserved.