Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.core.api.exceptions
Class XAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by waggle.core.exceptions.XRuntimeException
                  extended by waggle.core.api.exceptions.XAPIException

All Implemented Interfaces:
Serializable

public final class XAPIException
extends XRuntimeException

API exception encapsulation back to caller.

See Also:
Serialized Form

Constructor Summary
XAPIException(XExceptionInfo remoteExceptionInfo)
          Construct an XAPIException with the specified remote exception info.

 

Method Summary
 XExceptionInfo getRemoteExceptionInfo()
          Return the remote exception info.

 

Methods inherited from class waggle.core.exceptions.XRuntimeException
getArguments, getDate, getResourceID, isCause, printStackTrace, printStackTrace

 

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

 

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

 

Constructor Detail

XAPIException

public XAPIException(XExceptionInfo remoteExceptionInfo)
Construct an XAPIException with the specified remote exception info.
Parameters:
remoteExceptionInfo - the remote exception info

Method Detail

getRemoteExceptionInfo

public XExceptionInfo getRemoteExceptionInfo()
Return the remote exception info.
Returns:
the remote exception info

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


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