eu.xtreemos.xosd.vops.xacml.utils
Class PolicyConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by eu.xtreemos.xosd.vops.xacml.utils.PolicyConstructionException
All Implemented Interfaces:
java.io.Serializable

public class PolicyConstructionException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
(package private)  long serialVersionUID
           
 
Constructor Summary
PolicyConstructionException()
           
PolicyConstructionException(java.lang.String message)
           
PolicyConstructionException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Field Detail

serialVersionUID

final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PolicyConstructionException

public PolicyConstructionException()

PolicyConstructionException

public PolicyConstructionException(java.lang.String message)

PolicyConstructionException

public PolicyConstructionException(java.lang.String message,
                                   java.lang.Throwable cause)