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

B14417-01
November 2004

oracle.tip.callout.exception
Class CalloutSystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.tip.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

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.