compbio.metadata
Class UnsupportedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
compbio.metadata.JobSubmissionException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedRuntimeException
public UnsupportedRuntimeException(String message)
UnsupportedRuntimeException
public UnsupportedRuntimeException(Throwable cause)