Class UnreadableConfigLocation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bytemechanics.config.manager.exceptions.UnreadableConfigLocation
- All Implemented Interfaces:
java.io.Serializable
public class UnreadableConfigLocation
extends java.lang.RuntimeException
Raised when unable to read config location from unknown reasons
- Author:
- afarre
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
MESSAGE
-
Constructor Summary
Constructors Constructor Description UnreadableConfigLocation(java.lang.String _message, java.lang.Throwable _cause)
Constructor to build the exceptionUnreadableConfigLocation(java.net.URI _location, java.lang.Throwable _cause)
Constructor to build the exception -
Method Summary
-
Field Details
-
MESSAGE
protected static final java.lang.String MESSAGE- See Also:
- Constant Field Values
-
-
Constructor Details
-
UnreadableConfigLocation
public UnreadableConfigLocation(java.net.URI _location, java.lang.Throwable _cause)Constructor to build the exception- Parameters:
_location
- location not supported_cause
- underlaying exception
-
UnreadableConfigLocation
public UnreadableConfigLocation(java.lang.String _message, java.lang.Throwable _cause)Constructor to build the exception- Parameters:
_message
- message to use_cause
- underlaying exception
-