Skip navigation links


com.oracle.producer.spi
Class WSRPFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oracle.producer.spi.WSRPFaultException

All Implemented Interfaces
Serializable

public abstract class WSRPFaultException
extends Exception

The producer is responsible for the creation and implementation of this object.

See Also
Serialized Form

Constructor Summary
protected WSRPFaultException(String fault, String message, Throwable throwable)
           

 

Method Summary
 String getFault()
           

 

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

WSRPFaultException

protected WSRPFaultException(String fault,
                             String message,
                             Throwable throwable)

Method Detail

getFault

public String getFault()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.