JBoss port of sunxacml 2.0.5

org.jboss.security.xacml.sunxacml
Class UnknownIdentifierException

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

Constructor Summary
UnknownIdentifierException()
          Creates an UnknownIdentifierException with no data
UnknownIdentifierException(String message)
          Creates an UnknownIdentifierException with a message
 
Method Summary
 
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

JBoss port of sunxacml 2.0.5

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.