org.mule.impl
Class SessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.MuleException
                  extended byorg.mule.impl.SessionException
All Implemented Interfaces:
java.io.Serializable

public class SessionException
extends MuleException

SessionException is thrown when errors occur in the MuleSession or Seession Manager

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
SessionException(java.lang.String message)
           
SessionException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

SessionException

public SessionException(java.lang.String message)
Parameters:
message - the exception payload

SessionException

public SessionException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message - the exception payload
cause - the exception that triggered this exception


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.