|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.cams.attr.InvalidDataTypeException
public class InvalidDataTypeException
InvalidDataTypeException indicates that a data type
referenced within an access control policy is not a valid URI or
is not in the required data type namespace.
| Constructor Summary | |
|---|---|
InvalidDataTypeException()
Construct a new InvalidDataTypeException with no other information. |
|
InvalidDataTypeException(String message)
Construct a new InvalidDataTypeException for the specified message. |
|
InvalidDataTypeException(String message,
Throwable cause)
Construct a new InvalidDataTypeException for the specified message and throwable. |
|
InvalidDataTypeException(Throwable cause)
Construct a new InvalidDataTypeException 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 |
|---|
public InvalidDataTypeException()
public InvalidDataTypeException(String message)
message - a message describing this exceptionpublic InvalidDataTypeException(Throwable cause)
cause - throwable that caused this exception
public InvalidDataTypeException(String message,
Throwable cause)
message - message describing this exceptioncause - throwable that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||