public class PcepOutOfBoundMessageException extends Exception
| Constructor and Description |
|---|
PcepOutOfBoundMessageException()
Default constructor to create a new exception.
|
PcepOutOfBoundMessageException(String message)
Constructor to create exception from message.
|
PcepOutOfBoundMessageException(String message,
Throwable cause)
Constructor to create exception from message and cause.
|
PcepOutOfBoundMessageException(Throwable cause)
Constructor to create exception from cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PcepOutOfBoundMessageException()
public PcepOutOfBoundMessageException(String message, Throwable cause)
message - the detail of exception in stringcause - underlying cause of the errorpublic PcepOutOfBoundMessageException(String message)
message - the detail of exception in stringpublic PcepOutOfBoundMessageException(Throwable cause)
cause - underlying cause of the error