compbio.metadata
Class UnsupportedRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by compbio.metadata.JobSubmissionException
              extended by compbio.metadata.UnsupportedRuntimeException
All Implemented Interfaces:
Serializable

public class UnsupportedRuntimeException
extends JobSubmissionException

Indicates that the server could not execute native executables. e.g. If Mafft (unix executable) is asked to be run on Windows. In context of JABAWS this exception indicates that the service is deployed but is not able to run.

Author:
pvtroshin Date February 2010
See Also:
Serialized Form

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

UnsupportedRuntimeException

public UnsupportedRuntimeException(String message)

UnsupportedRuntimeException

public UnsupportedRuntimeException(Throwable cause)