org.mobicents.slee.resource.parlay.fw.access
Class TSMBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.slee.resource.parlay.fw.access.TSMBeanException
All Implemented Interfaces:
java.io.Serializable

public class TSMBeanException
extends java.lang.Exception

Signals that an exception occured within the TSMBean. This exception may wrap a lower level API exceptions.

See Also:
Serialized Form

Constructor Summary
TSMBeanException(java.lang.Exception cause)
          Method TSMBeanException.
TSMBeanException(java.lang.String message)
           
TSMBeanException(java.lang.String message, java.lang.Exception cause)
          Method TSMBeanException.
 
Method Summary
 java.lang.Throwable getCause()
          Returns the cause.
 java.lang.String getLocalizedMessage()
           
 
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
 

Constructor Detail

TSMBeanException

public TSMBeanException(java.lang.String message)
See Also:
Throwable.Throwable(String)

TSMBeanException

public TSMBeanException(java.lang.Exception cause)
Method TSMBeanException.

Parameters:
cause -

TSMBeanException

public TSMBeanException(java.lang.String message,
                        java.lang.Exception cause)
Method TSMBeanException.

Parameters:
message -
cause -
Method Detail

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 © 2008. All Rights Reserved.