Package com.e1c.g5.v8.dt.library.update
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
An exception indicating the error during the library updating.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLibraryUpdateException
(String message) Creates a new instance.LibraryUpdateException
(String message, Throwable cause) Creates a new instance.LibraryUpdateException
(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LibraryUpdateException
Creates a new instance.- Parameters:
message
- the detail message, cannot benull
-
LibraryUpdateException
Creates a new instance.- Parameters:
cause
- the cause, cannot benull
-
LibraryUpdateException
Creates a new instance.- Parameters:
message
- the detail message, cannot benull
cause
- the cause, cannot benull
-