Class InvalidContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.dataprovider.exceptions.InvalidContextException
-
- All Implemented Interfaces:
Serializable
public class InvalidContextException extends Exception
- Version:
- 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidContextException()without detail message.InvalidContextException(String msg)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
-
InvalidContextException
public InvalidContextException()
without detail message.
-
InvalidContextException
public InvalidContextException(String msg)
with the specified detail message.- Parameters:
msg- the detail message.
-
-