Skip navigation links
com.oracle.e1.jdemf
Class CapabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.