Class CreateLibraryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CreateLibraryException
    extends UploadException
    When there is an issue building a new data library.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • CreateLibraryException

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

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

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

        public CreateLibraryException()
        Constructs a new CreateLibraryException with no information.