Package org.javastro.ivoacore.uws
Class UWSJobCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.javastro.ivoacore.uws.UWSException
org.javastro.ivoacore.uws.UWSJobCreationException
- All Implemented Interfaces:
Serializable
Exception thrown when a UWS job cannot be created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUWSJobCreationException(String message) Constructs a UWSJobCreationException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UWSJobCreationException
Constructs a UWSJobCreationException with the given message.- Parameters:
message- the detail message.
-