com.sun.xacml
Class UnknownIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xacml.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
- 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 2003-2004 Sun Microsystems,
Inc. All rights reserved. Use is subject to license
terms.Sun, Sun Microsystems, the Sun Logo, and Java are
trademarks or registered trademarks of Sun Microsystems, Inc. in
the US and other countries.