public class SdpFactoryException extends SdpException
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
ex
Chained exception.
|
| Constructor and Description |
|---|
SdpFactoryException()
Creates new SdpFactoryException
|
SdpFactoryException(Exception ex)
Create a new FactoryConfigurationException with a given Exception base
cause of the error.
|
SdpFactoryException(String msg)
Create a new FactoryConfigurationException with the String specified as
an error message.
|
SdpFactoryException(String msg,
Exception ex)
Create a new FactoryConfigurationException with the given Exception base
cause and detail message.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Return the actual exception (if any) that caused this exception to be thrown.
|
String |
getMessage()
Return the message (if any) for this error.
|
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Exception ex
public SdpFactoryException()
public SdpFactoryException(String msg)
msg - msg - the detail messagepublic SdpFactoryException(Exception ex)
ex - ex - the "chained" exceptionpublic String getMessage()
getMessage in class Throwablepublic Exception getException()
Copyright © 2018. All Rights Reserved.