org.jboss.security.xacml.sunxacml
Class UnknownIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.security.xacml.sunxacml.UnknownIdentifierException
- All Implemented Interfaces:
- Serializable
public class UnknownIdentifierException
- extends 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
- Author:
- Seth Proctor
- See Also:
- Serialized Form
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(String message)
- Creates an
UnknownIdentifierException
with a message
- Parameters:
message
- the message
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.