Package com.identity4j.util
Class MultiMapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.identity4j.util.MultiMapException
-
- All Implemented Interfaces:
Serializable
public class MultiMapException extends RuntimeException
Exception thrown when aMultiMapproblem occurs. As this class is a runtime exception, there is no need for user code to catch it or subclasses if any error is to be considered fatal (the usual case).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiMapException(String message)Constructor.MultiMapException(String message, Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-