Class UnwritableConfigLocation

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bytemechanics.config.manager.exceptions.UnwritableConfigLocation
All Implemented Interfaces:
java.io.Serializable

public class UnwritableConfigLocation
extends java.lang.RuntimeException
Raised when unable to write 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
    UnwritableConfigLocation​(java.lang.String _message, java.lang.Throwable _cause)
    Constructor to build the exception
    UnwritableConfigLocation​(java.net.URI _location, java.lang.Throwable _cause)
    Constructor to build the exception
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • UnwritableConfigLocation

      public UnwritableConfigLocation​(java.net.URI _location, java.lang.Throwable _cause)
      Constructor to build the exception
      Parameters:
      _location - location not supported
      _cause - underlaying exception
    • UnwritableConfigLocation

      public UnwritableConfigLocation​(java.lang.String _message, java.lang.Throwable _cause)
      Constructor to build the exception
      Parameters:
      _message - message to use
      _cause - underlaying exception