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