com.webify.wsf.engine.policy
Class PolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webify.wsf.engine.policy.PolicyException
All Implemented Interfaces:
java.io.Serializable

public class PolicyException
extends java.lang.Exception

Signals that a policy management error has occurred.

Version:
$Revision: $
Author:
msanchez
See Also:
Serialized Form

Constructor Summary
PolicyException(java.lang.String message)
           
PolicyException(java.lang.String message, java.lang.Throwable cause)
           
PolicyException(java.lang.Throwable cause)
           
 
Method Summary
 PolicyComputation getPolicyComputation()
           
 void setPolicyComputation(PolicyComputation policyComputation)
           
 
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

PolicyException

public PolicyException(java.lang.String message)

PolicyException

public PolicyException(java.lang.Throwable cause)

PolicyException

public PolicyException(java.lang.String message,
                       java.lang.Throwable cause)
Method Detail

getPolicyComputation

public PolicyComputation getPolicyComputation()

setPolicyComputation

public void setPolicyComputation(PolicyComputation policyComputation)


Copyright © 2002-2009 IBM. All Rights Reserved.