net.sf.cantina.exceptions
Class CantinaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.cantina.exceptions.CantinaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateKeyException, ForbiddenOperationException, InvalidXmlException, ObjectNotFoundException

public class CantinaException
extends java.lang.Exception

Base class for all exceptions.

Author:
Stephane JAIS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CantinaException()
           
CantinaException(java.lang.String s)
           
CantinaException(java.lang.String s, java.lang.Exception e)
           
 
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

CantinaException

public CantinaException()

CantinaException

public CantinaException(java.lang.String s)

CantinaException

public CantinaException(java.lang.String s,
                        java.lang.Exception e)


Copyright © 2004 Cantina. All Rights Reserved.