Skip navigation links

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

E10682-02


oracle.tip.b2b.callout.exception
Class CalloutSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.tip.b2b.callout.exception.CalloutSystemException

All Implemented Interfaces:
java.io.Serializable

public class CalloutSystemException
extends java.lang.RuntimeException

CalloutDomainException for creating exceptions where there is a system fault or a resource that is not accessible

See Also:
Serialized Form

Constructor Summary
CalloutSystemException(java.lang.Exception e)
           
CalloutSystemException(java.lang.String message)
           
CalloutSystemException(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

CalloutSystemException

public CalloutSystemException(java.lang.String message)

CalloutSystemException

public CalloutSystemException(java.lang.Exception e)

CalloutSystemException

public CalloutSystemException(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

Skip navigation links

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

E10682-02


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