Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

com.bea.common.security.xacml
Class DocumentParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.common.security.xacml.XACMLException
              extended by com.bea.common.security.xacml.DocumentParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidAttributeException

public class DocumentParseException
extends XACMLException

Exception occuring during XACML document parsing

See Also:
Serialized Form

Constructor Summary
DocumentParseException(String msg)
          Constructs exception with indicated error message
DocumentParseException(String msg, Throwable cause)
          Constructs exception with indicated error message and based on cause
DocumentParseException(Throwable cause)
          Constructs exception based on cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

DocumentParseException

public DocumentParseException(Throwable cause)
Constructs exception based on cause

Parameters:
cause - Cause of failure

DocumentParseException

public DocumentParseException(String msg)
Constructs exception with indicated error message

Parameters:
msg - Error message

DocumentParseException

public DocumentParseException(String msg,
                              Throwable cause)
Constructs exception with indicated error message and based on cause

Parameters:
msg - Error message
cause - Cause of failure

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01