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

Part Number E41849-02

weblogic.xml.crypto.api
Class URIReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weblogic.xml.crypto.api.URIReferenceException
All Implemented Interfaces:
Serializable

public class URIReferenceException
extends Exception

See Also:
Serialized Form

Constructor Summary
URIReferenceException(String message)
           
URIReferenceException(String message, Throwable cause)
           
URIReferenceException(String message, Throwable cause, URIReference uriReference)
           
URIReferenceException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 URIReference getURIReference()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIReferenceException

public URIReferenceException(String message)

URIReferenceException

public URIReferenceException(String message,
                             Throwable cause)

URIReferenceException

public URIReferenceException(String message,
                             Throwable cause,
                             URIReference uriReference)

URIReferenceException

public URIReferenceException(Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getURIReference

public URIReference getURIReference()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

Copyright 1996, 2014, 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.3)

Part Number E41849-02