Oracle Fusion Middleware B2B Callout Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)

E18157-06

oracle.tip.b2b.callout.exception
Class CalloutDomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.tip.b2b.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 Fusion Middleware B2B Callout Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)

E18157-06

Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.