Skip navigation links 
 
waggle.core.api.exceptions
Class XAPIException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
waggle.core.exceptions.XRuntimeException
                  
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. | 
  
 
 
 
 
 
 
XAPIException
public XAPIException(XExceptionInfo remoteExceptionInfo)
- Construct an XAPIException with the specified remote exception info.
- Parameters:
 
remoteExceptionInfo - the remote exception info 
 
getRemoteExceptionInfo
public XExceptionInfo getRemoteExceptionInfo()
- Return the remote exception info.
 
- 
- Returns:
 
- the remote exception info
 
 
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.