X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=datamodel%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.java;fp=datamodel%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.java;h=1d0a7f94088d0c59c7f6b585b0705ef6b9d3d8df;hb=73ca89ba470d6251d2f37ae6b7f443f133c35ab9;hp=af5a44bd2666a1faa636ee98f720ffcc5926a5af;hpb=fab6bab770b548a0c99ed6f5dfb46f5aa99f67c7;p=jabaws.git diff --git a/datamodel/compbio/metadata/UnsupportedRuntimeException.java b/datamodel/compbio/metadata/UnsupportedRuntimeException.java index af5a44b..1d0a7f9 100644 --- a/datamodel/compbio/metadata/UnsupportedRuntimeException.java +++ b/datamodel/compbio/metadata/UnsupportedRuntimeException.java @@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlAccessorType; /** * 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 JWS2 this + * (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 @@ -33,17 +33,17 @@ import javax.xml.bind.annotation.XmlAccessorType; @XmlAccessorType(XmlAccessType.FIELD) public class UnsupportedRuntimeException extends JobSubmissionException { - public UnsupportedRuntimeException(String message) { - super(message); - } + public UnsupportedRuntimeException(String message) { + super(message); + } - public UnsupportedRuntimeException(Throwable cause) { - super(cause); - } + public UnsupportedRuntimeException(Throwable cause) { + super(cause); + } - /** + /** * */ - private static final long serialVersionUID = -86624836785110293L; + private static final long serialVersionUID = -86624836785110293L; }