Class MisconfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.MisconfigurationException
All Implemented Interfaces:
Serializable

public class MisconfigurationException extends Exception
Exception for wrong configurations.
See Also:
  • Constructor Details

    • MisconfigurationException

      public MisconfigurationException()
      Creates a new instance of MisconfigurationException without detail message.
    • MisconfigurationException

      public MisconfigurationException(String msg)
      Constructs an instance of MisconfigurationException with the specified detail message.
      Parameters:
      msg - the detail message.