com.bea.alui.proxy
Class PayloadProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.alui.proxy.PayloadProcessingException
All Implemented Interfaces:
java.io.Serializable

public class PayloadProcessingException
extends java.lang.RuntimeException

An unchecked exception thrown when an error occurs processing an IXMLPayload object.

See Also:
Serialized Form

Constructor Summary
PayloadProcessingException()
           
PayloadProcessingException(java.lang.String cause)
           
PayloadProcessingException(java.lang.String cause, java.lang.Throwable t)
           
PayloadProcessingException(java.lang.Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PayloadProcessingException

public PayloadProcessingException()

PayloadProcessingException

public PayloadProcessingException(java.lang.String cause)

PayloadProcessingException

public PayloadProcessingException(java.lang.Throwable t)

PayloadProcessingException

public PayloadProcessingException(java.lang.String cause,
                                  java.lang.Throwable t)


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.