org.enhydra.shark.api.internal.interoperability
Class InteroperabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.RootException
              extended by 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

Constructor Summary
InteroperabilityException()
           
InteroperabilityException(java.lang.String message)
           
InteroperabilityException(java.lang.String message, java.lang.Throwable thr)
           
InteroperabilityException(java.lang.Throwable thr)
           
 
Method Summary
 
Methods inherited from class org.enhydra.shark.api.RootException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)