com.cafesoft.cams.attr
Class UnknownDataTypeException

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.UnknownDataTypeException
All Implemented Interfaces:
Serializable

public class UnknownDataTypeException
extends NestedException

UnknownDataTypeException indicates that a data type referenced within an access control policy is unknown within a given context.

See Also:
Serialized Form

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

UnknownDataTypeException

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


UnknownDataTypeException

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

Parameters:
message - a message describing this exception

UnknownDataTypeException

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

Parameters:
cause - throwable that caused this exception

UnknownDataTypeException

public UnknownDataTypeException(String message,
                                Throwable cause)
Construct a new UnknownDataTypeException 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.