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 SummaryConstructors 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LibraryUpdateExceptionpublic LibraryUpdateException(String message) Creates a new instance.- Parameters:
- message- the detail message, cannot be- null
 
 - 
LibraryUpdateExceptionpublic LibraryUpdateException(Throwable cause) Creates a new instance.- Parameters:
- cause- the cause, cannot be- null
 
 
- 
 
-