Package org.europa.together.exceptions
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MisconfigurationException()
Creates a new instance ofMisconfigurationException
without detail message.MisconfigurationException(String msg)
Constructs an instance ofMisconfigurationException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MisconfigurationException
public MisconfigurationException()
Creates a new instance ofMisconfigurationException
without detail message.
-
MisconfigurationException
public MisconfigurationException(String msg)
Constructs an instance ofMisconfigurationException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-