net.sf.cantina.exceptions
Class ForbiddenOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.cantina.exceptions.CantinaException
              extended bynet.sf.cantina.exceptions.ForbiddenOperationException
All Implemented Interfaces:
java.io.Serializable

public class ForbiddenOperationException
extends CantinaException

User can't perform operation.

Author:
Stephane JAIS
See Also:
Serialized Form

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

ForbiddenOperationException

public ForbiddenOperationException()

ForbiddenOperationException

public ForbiddenOperationException(java.lang.String s)

ForbiddenOperationException

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


Copyright © 2004 Cantina. All Rights Reserved.