JBoss port of sunxacml 2.0.8.Final-redhat-1

org.jboss.security.xacml.sunxacml
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.security.xacml.sunxacml.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException
extends RuntimeException

Runtime exception that's thrown if any unexpected error occurs. This could appear, for example, if you try to match a referernced policy that can't be resolved.

Since:
1.0
Author:
Seth Proctor
See Also:
Serialized Form

Constructor Summary
ProcessingException()
          Constructs a new ProcessingException with no message or cause.
ProcessingException(String message)
          Constructs a new ProcessingException with a message, but no cause.
ProcessingException(String message, Throwable cause)
          Constructs a new ProcessingException with a message and a cause.
ProcessingException(Throwable cause)
          Constructs a new ProcessingException with a cause, but no 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

ProcessingException

public ProcessingException()
Constructs a new ProcessingException with no message or cause.


ProcessingException

public ProcessingException(String message)
Constructs a new ProcessingException with a message, but no cause. The message is saved for later retrieval by the Throwable.getMessage() method.

Parameters:
message - the detail message (null if nonexistent or unknown)

ProcessingException

public ProcessingException(Throwable cause)
Constructs a new ProcessingException with a cause, but no message. The cause is saved for later retrieval by the Throwable.getCause() method.

Parameters:
cause - the cause (null if nonexistent or unknown)

ProcessingException

public ProcessingException(String message,
                           Throwable cause)
Constructs a new ProcessingException with a message and a cause. The message and cause are saved for later retrieval by the Throwable.getMessage() and Throwable.getCause() methods.

Parameters:
message - the detail message (null if nonexistent or unknown)
cause - the cause (null if nonexistent or unknown)

JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.