org.globus.cog.karajan.workflow
Class KarajanRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.globus.cog.karajan.workflow.KarajanRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalKarajanError, UnsupportedArgumentException

public class KarajanRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
KarajanRuntimeException()
           
KarajanRuntimeException(String message)
           
KarajanRuntimeException(String message, Throwable cause)
           
KarajanRuntimeException(Throwable cause)
           
 
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

KarajanRuntimeException

public KarajanRuntimeException()

KarajanRuntimeException

public KarajanRuntimeException(String message)

KarajanRuntimeException

public KarajanRuntimeException(String message,
                               Throwable cause)

KarajanRuntimeException

public KarajanRuntimeException(Throwable cause)