Class UraClientConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.stklcode.pubtrans.ura.exception.UraClientException
de.stklcode.pubtrans.ura.exception.UraClientConfigurationException
- All Implemented Interfaces:
Serializable
Custom exception class indicating an error with the URA client configuration.
- Since:
- 2.0
- Author:
- Stefan Kalscheuer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUraClientConfigurationException(String message, Throwable cause) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UraClientConfigurationException
Default constructor.- Parameters:
message- The detail message (which is saved for later retrieval by theThrowable.getMessage()method)cause- The cause (which is saved for later retrieval by theThrowable.getCause()method).
-