Oracle Application Server Integration B2B Callouts Java API Reference
10g Release 2 (10.1.2)

B14417-01
November 2004

oracle.tip.callout.exception
Class CalloutDomainException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.tip.callout.exception.CalloutDomainException
All Implemented Interfaces:
java.io.Serializable

public class CalloutDomainException
extends java.lang.Exception

CalloutDomainException for creating exceptions where there is a fault in the domain logic

See Also:
Serialized Form

Constructor Summary
CalloutDomainException(java.lang.Exception e)
CalloutDomainException(java.lang.String message)
CalloutDomainException(java.lang.String message, java.lang.Exception e)

Method Summary
java.lang.Exception getException()
Returns the current exception
java.lang.String getMessage()
This gets the message for the current exception
java.lang.String toString()

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

CalloutDomainException

public CalloutDomainException(java.lang.String message)

CalloutDomainException

public CalloutDomainException(java.lang.Exception e)

CalloutDomainException

public CalloutDomainException(java.lang.String message,
                              java.lang.Exception e)

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
This gets the message for the current exception
Overrides:
getMessage in class java.lang.Throwable
Returns:
String , message for this exception

getException

public java.lang.Exception getException()
Returns the current exception
Returns:
Exception, Exception

Oracle Application Server Integration B2B Callouts Java API Reference
10g Release 2 (10.1.2)

B14417-01
November 2004

Copyright © 2004, Oracle. All rights reserved.