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
public class LibraryUpdateException extends RuntimeException
An exception indicating the error during the library updating.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LibraryUpdateException(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 Detail
-
LibraryUpdateException
public LibraryUpdateException(String message)
Creates a new instance.- Parameters:
message
- the detail message, cannot benull
-
LibraryUpdateException
public LibraryUpdateException(Throwable cause)
Creates a new instance.- Parameters:
cause
- the cause, cannot benull
-
-