Class GalaxyToolDataTableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GalaxyToolDataTableException
    extends ExecutionManagerException
    An exception that gets thrown when there a problem accessing a Galaxy Tool Data Table.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GalaxyToolDataTableException()
      Constructs a new GalaxyToolDataTableException with no information.
      GalaxyToolDataTableException​(java.lang.String message)
      Constructs a new GalaxyToolDataTableException with the given message.
      GalaxyToolDataTableException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new GalaxyToolDataTableException with the given message and cause.
      GalaxyToolDataTableException​(java.lang.Throwable cause)
      Constructs a new GalaxyToolDataTableException 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

      • GalaxyToolDataTableException

        public GalaxyToolDataTableException()
        Constructs a new GalaxyToolDataTableException with no information.
      • GalaxyToolDataTableException

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

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

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