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