SunTM's XACML Implementation for JavaTM

com.sun.xacml
Class UnknownIdentifierException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
UnknownIdentifierException()
          Creates an UnknownIdentifierException with no data
UnknownIdentifierException(String message)
          Creates an UnknownIdentifierException with a message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownIdentifierException

public UnknownIdentifierException()
Creates an UnknownIdentifierException with no data


UnknownIdentifierException

public UnknownIdentifierException(String message)
Creates an UnknownIdentifierException with a message

Parameters:
message - the message

Sun's XACML Implementation Version 1.2

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.