Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class CapabilityException

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

All Implemented Interfaces:
java.io.Serializable

public class CapabilityException
extends java.lang.Exception

A Capability Exception will be thrown when a capability use is attempted, if the capability is not available on the AIS server or if you have not indicated the capability is used or required by your application.

See Also:
Serialized Form

Constructor Summary
CapabilityException()
           
CapabilityException(java.lang.String string)
           
CapabilityException(java.lang.String string, java.lang.Throwable throwable)
           
CapabilityException(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

CapabilityException

public CapabilityException(java.lang.Throwable throwable)

CapabilityException

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

CapabilityException

public CapabilityException(java.lang.String string)

CapabilityException

public CapabilityException()

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.