org.palo.api.exceptions
Class InsufficientRightsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.palo.api.PaloAPIException
                  extended by org.palo.api.exceptions.InsufficientRightsException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientRightsException
extends PaloAPIException

InsufficientRightsException Signals that a certain operation has not enough rights to perform.

Version:
$Id: InsufficientRightsException.html,v 1.5 2009/07/09 11:01:46 ArndHouben Exp $
See Also:
Serialized Form

Constructor Summary
InsufficientRightsException(java.lang.String message)
          Creates an InsufficientRightsException with the specified message.
InsufficientRightsException(java.lang.String message, java.lang.Throwable cause)
          Constructs an InsufficientRightsException with the specified message and cause.
 
Method Summary
 
Methods inherited from class org.palo.api.PaloAPIException
getData, getDescription, getErrorCode, getReason, setData
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientRightsException

public InsufficientRightsException(java.lang.String message)
Creates an InsufficientRightsException with the specified message.

Parameters:
message - a detailed exception message

InsufficientRightsException

public InsufficientRightsException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs an InsufficientRightsException with the specified message and cause.

Parameters:
message - a detailed exception message
cause - the cause for this exception