Class LibraryUpdateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.g5.v8.dt.library.update.LibraryUpdateException
All Implemented Interfaces:
Serializable

public class LibraryUpdateException extends RuntimeException
An exception indicating the error during the library updating.
See Also:
  • Constructor Details

    • LibraryUpdateException

      public LibraryUpdateException(String message)
      Creates a new instance.
      Parameters:
      message - the detail message, cannot be null
    • LibraryUpdateException

      public LibraryUpdateException(Throwable cause)
      Creates a new instance.
      Parameters:
      cause - the cause, cannot be null
    • LibraryUpdateException

      public LibraryUpdateException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - the detail message, cannot be null
      cause - the cause, cannot be null