com.cafesoft.cams.access
Class UnknownActionException

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

public class UnknownActionException
extends NestedException

UnknownActionException indicates that an action used in association with a type of Permission is unknown.

See Also:
Serialized Form

Constructor Summary
UnknownActionException()
          Construct a new UnknownActionException with no other information.
UnknownActionException(String message)
          Construct a new UnknownActionException for the specified message.
UnknownActionException(String message, Throwable cause)
          Construct a new UnknownActionException for the specified message and throwable.
UnknownActionException(Throwable cause)
          Construct a new UnknownActionException 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

UnknownActionException

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


UnknownActionException

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

Parameters:
message - a message describing this exception

UnknownActionException

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

Parameters:
cause - throwable that caused this exception

UnknownActionException

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

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


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.