com.sun.xacml
Class UnknownIdentifierException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xacml.UnknownIdentifierException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownIdentifierException
- extends java.lang.Exception
Exception that gets thrown if an unknown identifier was used, such as the
identifier used in any of the standard factories.
- Since:
- 1.0
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownIdentifierException
public UnknownIdentifierException()
- Creates an
UnknownIdentifierException
with no data
UnknownIdentifierException
public UnknownIdentifierException(java.lang.String message)
- Creates an
UnknownIdentifierException
with a message