Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

com.bea.common.security.xacml
Class XACMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.common.security.xacml.XACMLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentParseException, FunctionException, InvalidParameterException, InvalidXACMLPolicyException, IOException, URISyntaxException

public class XACMLException
extends Exception

Basic XACML exception from which more specific exceptions are derived

See Also:
Serialized Form

Constructor Summary
protected XACMLException()
          Constructs generic exception
protected XACMLException(String msg)
          Constructs parse failure exception with indicated error message
protected XACMLException(String msg, Throwable cause)
          Constructs parse failure exception with indicated error message and based on cause
protected XACMLException(Throwable cause)
          Constructs parse failure exception based on 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
 

Constructor Detail

XACMLException

protected XACMLException()
Constructs generic exception


XACMLException

protected XACMLException(Throwable cause)
Constructs parse failure exception based on cause

Parameters:
cause - Cause of failure

XACMLException

protected XACMLException(String msg)
Constructs parse failure exception with indicated error message

Parameters:
msg - Error message

XACMLException

protected XACMLException(String msg,
                         Throwable cause)
Constructs parse failure exception with indicated error message and based on cause

Parameters:
msg - Error message
cause - Cause of failure

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02