Package org.projecthusky.xua.exceptions
Class LibrariesInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.LibrariesInitializationException
- All Implemented Interfaces:
Serializable
Class implementing the DeserializeException.
Klasse implemetiert die DeserializeException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLibrariesInitializationException
(String message) Default constructor to instanciate the object. Default Konstruktor für die instanziierung des objects.LibrariesInitializationException
(String message, Throwable cause) Default constructor to instanciate the object. Default Konstruktor für die instanziierung des objects.Default constructor to instanciate the object. Default Konstruktor für die instanziierung des objects. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LibrariesInitializationException
Default constructor to instanciate the object.Default Konstruktor für die instanziierung des objects.- Parameters:
message
-The message of the exception.Die Nachricht des Fehlers.
-
LibrariesInitializationException
Default constructor to instanciate the object.Default Konstruktor für die instanziierung des objects.- Parameters:
message
-The message of the exception.Die Nachricht des Fehlers.cause
-The cause of the exception.Der Grund des Fehlers.
-
LibrariesInitializationException
Default constructor to instanciate the object.Default Konstruktor für die instanziierung des objects.- Parameters:
cause
-The cause of the exception.Der Grund des Fehlers.
-