org.enhydra.shark.api.internal.interoperability
Class InteroperabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.internal.interoperability.InteroperabilityException
- All Implemented Interfaces:
- java.io.Serializable
public class InteroperabilityException
- extends RootException
InteroperabilityException might be thrown from Interoperability component
implementation on failures happened during execution.
It extends RootException for easier manipulation by Shark kernel.
- Version:
- 0.1
- Author:
- V.Puskas
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InteroperabilityException
public InteroperabilityException()
InteroperabilityException
public InteroperabilityException(java.lang.String message)
InteroperabilityException
public InteroperabilityException(java.lang.String message,
java.lang.Throwable thr)
InteroperabilityException
public InteroperabilityException(java.lang.Throwable thr)