Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class JDERestServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oracle.e1.jdemf.JDERestServiceException

All Implemented Interfaces:
java.io.Serializable

public class JDERestServiceException
extends java.lang.Exception

A JDERestServiceException is thrown if the service call to AIS fails for any reason. More details about the failure will be included in the exception message.

See Also:
Serialized Form

Constructor Summary
JDERestServiceException()
           
JDERestServiceException(java.lang.String string)
           
JDERestServiceException(java.lang.String string, java.lang.Throwable throwable)
           
JDERestServiceException(java.lang.Throwable throwable)
           

 

Method Summary

 

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

 

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

 

Constructor Detail

JDERestServiceException

public JDERestServiceException(java.lang.Throwable throwable)

JDERestServiceException

public JDERestServiceException(java.lang.String string,
                               java.lang.Throwable throwable)

JDERestServiceException

public JDERestServiceException(java.lang.String string)

JDERestServiceException

public JDERestServiceException()

Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.