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
Exception for wrong configurations.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofMisconfigurationException
without detail message.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 Details
-
MisconfigurationException
public MisconfigurationException()Creates a new instance ofMisconfigurationException
without detail message. -
MisconfigurationException
Constructs an instance ofMisconfigurationException
with the specified detail message.- Parameters:
msg
- the detail message.
-