org.mobicents.slee.resource.parlay.fw.application
Class SABeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mobicents.slee.resource.parlay.fw.application.SABeanException
- All Implemented Interfaces:
- java.io.Serializable
public class SABeanException
- extends java.lang.Exception
Signals that an exception occured within the SAMBean. This exception may wrap
a lower level PCP API exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SABeanException
public SABeanException(java.lang.String message)
- See Also:
Throwable.Throwable(String)
SABeanException
public SABeanException(java.lang.Exception cause)
- Method SABeanException.
- Parameters:
cause -
SABeanException
public SABeanException(java.lang.String message,
java.lang.Exception cause)
- Method SABeanException.
- Parameters:
message - cause -
getCause
public java.lang.Throwable getCause()
- Returns the cause.
- Overrides:
getCause in class java.lang.Throwable
- Returns:
- Throwable
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class java.lang.Throwable
- See Also:
Throwable.getLocalizedMessage()
Copyright © 2009. All Rights Reserved.