public class SdpException extends Exception
Constructor and Description |
---|
SdpException()
Creates new SdpException
|
SdpException(String message)
Constructs a new SdpException with the message you specify.
|
SdpException(String message,
Throwable rootCause)
Constructs a new SdpException when the Codelet needs to throw an
exception and include a message about another exception that interfered
with its normal operation.
|
SdpException(Throwable rootCause)
Constructs a new SdpException as a result of a system exception and uses
the localized system exception message.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Returns the Throwable system exception that makes this SdpException necessary.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SdpException()
public SdpException(String message)
message
- a String specifying the text of the exception messagepublic SdpException(String message, Throwable rootCause)
message
- a String specifying the text of the exception messagerootCause
- the Throwable exception that interfered with the
Codelet's normal operation, making this Codelet exception necessarypublic SdpException(Throwable rootCause)
rootCause
- the system exception that makes this SdpException necessarypublic Throwable getRootCause()
Copyright © 2016. All Rights Reserved.