Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.xacml
Class UnknownIdentifierException  view UnknownIdentifierException download UnknownIdentifierException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnknownIdentifierException()
          Creates an UnknownIdentifierException with no data
UnknownIdentifierException(java.lang.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(java.lang.String message)
Creates an UnknownIdentifierException with a message