Class UWSJobCreationException

All Implemented Interfaces:
Serializable

public class UWSJobCreationException extends UWSException
Exception thrown when a UWS job cannot be created.
See Also:
  • Constructor Details

    • UWSJobCreationException

      public UWSJobCreationException(String message)
      Constructs a UWSJobCreationException with the given message.
      Parameters:
      message - the detail message.