Class DeleteGalaxyObjectFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeleteGalaxyObjectFailedException
    extends ExecutionManagerException
    Exception when there is a failure to delete a Galaxy object.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteGalaxyObjectFailedException​(java.lang.String message)
      Constructs a new CreateLibraryException with the given message.
      DeleteGalaxyObjectFailedException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new DeleteGalaxyObjectFailedException with the given message and cause.
      DeleteGalaxyObjectFailedException​(java.lang.Throwable cause)
      Constructs a new DeleteGalaxyObjectFailedException with the given cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • DeleteGalaxyObjectFailedException

        public DeleteGalaxyObjectFailedException​(java.lang.String message)
        Constructs a new CreateLibraryException with the given message.
        Parameters:
        message - The message explaining the error.
      • DeleteGalaxyObjectFailedException

        public DeleteGalaxyObjectFailedException​(java.lang.Throwable cause)
        Constructs a new DeleteGalaxyObjectFailedException with the given cause.
        Parameters:
        cause - The cause of this error.
      • DeleteGalaxyObjectFailedException

        public DeleteGalaxyObjectFailedException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Constructs a new DeleteGalaxyObjectFailedException with the given message and cause.
        Parameters:
        message - The message explaining the error.
        cause - The cause of this message.