com.cafesoft.cams.access
Class InvalidPermissionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.access.InvalidPermissionException
All Implemented Interfaces:
Serializable

public class InvalidPermissionException
extends NestedException

InvalidPermissionException indicates that a type of Permission or the parameters for creating a Permission are not valid.

See Also:
Serialized Form

Constructor Summary
InvalidPermissionException()
          Construct a new InvalidPermissionException with no other information.
InvalidPermissionException(String message)
          Construct a new InvalidPermissionException for the specified message.
InvalidPermissionException(String message, Throwable cause)
          Construct a new InvalidPermissionException for the specified message and throwable.
InvalidPermissionException(Throwable cause)
          Construct a new InvalidPermissionException for the specified throwable.
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPermissionException

public InvalidPermissionException()
Construct a new InvalidPermissionException with no other information.


InvalidPermissionException

public InvalidPermissionException(String message)
Construct a new InvalidPermissionException for the specified message.

Parameters:
message - a message describing this exception

InvalidPermissionException

public InvalidPermissionException(Throwable cause)
Construct a new InvalidPermissionException for the specified throwable.

Parameters:
cause - throwable that caused this exception

InvalidPermissionException

public InvalidPermissionException(String message,
                                  Throwable cause)
Construct a new InvalidPermissionException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - throwable that caused this exception


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.