org.smartcomps.twister.common.persistence
Class XMLSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.common.persistence.XMLSessionException
All Implemented Interfaces:
java.io.Serializable

public class XMLSessionException
extends java.lang.Exception

Thrown when a problem occurs with the XML persistent session.

See Also:
Serialized Form

Constructor Summary
XMLSessionException(java.lang.String message)
           
XMLSessionException(java.lang.String message, java.lang.Throwable cause)
           
XMLSessionException(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

XMLSessionException

public XMLSessionException(java.lang.String message)

XMLSessionException

public XMLSessionException(java.lang.String message,
                           java.lang.Throwable cause)

XMLSessionException

public XMLSessionException(java.lang.Throwable cause)


Copyright © 2003 SmartComps. All Rights Reserved.