com.cafesoft.cams.attr.func
Class UnknownFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.cams.attr.func.UnknownFunctionException
All Implemented Interfaces:
Serializable

public class UnknownFunctionException
extends NestedException

UnknownFunctionException indicates that a Function referenced within an access control policy is unknown by the the specified identifier and/or scope.

See Also:
Serialized Form

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

UnknownFunctionException

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


UnknownFunctionException

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

Parameters:
message - a message describing this exception

UnknownFunctionException

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

Parameters:
cause - throwable that caused this exception

UnknownFunctionException

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

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


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.