org.n52.security.decision
Class DecisionProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.decision.DecisionProcessingException
All Implemented Interfaces:
java.io.Serializable

public class DecisionProcessingException
extends java.lang.RuntimeException

Class DecisionProcessingException represents an error during the processing of a policy decision.

It is only valid to throw this type of exception if the decision can not be maked caused of a wrong request document or not understand attributes.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 10.09.2007
See Also:
Serialized Form

Constructor Summary
DecisionProcessingException(java.lang.String message)
          Constructor DecisionProcessingException creates a new DecisionProcessingException instance with a message, identifying the reason of the exception.
DecisionProcessingException(java.lang.String message, java.lang.Throwable cause)
          Constructor DecisionProcessingException creates a new DecisionProcessingException instance with a customized message and the underlying excepion identifying the reason of the exception.
DecisionProcessingException(java.lang.Throwable cause)
          Constructor DecisionProcessingException creates a new DecisionProcessingException instance with the underlying exception identifying the reason of the exception.
 
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

DecisionProcessingException

public DecisionProcessingException(java.lang.String message)
Constructor DecisionProcessingException creates a new DecisionProcessingException instance with a message, identifying the reason of the exception.

Parameters:
message - of type String

DecisionProcessingException

public DecisionProcessingException(java.lang.Throwable cause)
Constructor DecisionProcessingException creates a new DecisionProcessingException instance with the underlying exception identifying the reason of the exception.

Parameters:
cause - of type Throwable

DecisionProcessingException

public DecisionProcessingException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructor DecisionProcessingException creates a new DecisionProcessingException instance with a customized message and the underlying excepion identifying the reason of the exception.

Parameters:
message - of type String
cause - of type Throwable


Copyright © 2004-2009 52north.org. All Rights Reserved.