|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.sdp.SdpException
javax.sdp.SdpFactoryException
public class SdpFactoryException
The SdpFactoryException encapsulates the information thrown when a problem with configuration with the SdpFactory exists. Please refer to IETF RFC 2327 for a description of SDP.
Field Summary | |
---|---|
protected Exception |
ex
Chained exception. |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class javax.sdp.SdpException |
---|
getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Exception ex
Constructor Detail |
---|
public SdpFactoryException()
public SdpFactoryException(String msg)
msg
- msg - the detail messagepublic SdpFactoryException(Exception ex)
ex
- ex - the "chained" exceptionpublic SdpFactoryException(String msg, Exception ex)
msg
- msg - the detail messageex
- ex - the "chained" exceptionMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public Exception getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |