Package es.caib.seycon.ng.exception
Class NotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.InternalErrorException
-
- es.caib.seycon.ng.exception.NotAllowedException
-
- All Implemented Interfaces:
Serializable
public class NotAllowedException extends InternalErrorException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAllowedException()
NotAllowedException(String msg)
NotAllowedException(String msg, Object... params)
NotAllowedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class es.caib.seycon.ng.exception.InternalErrorException
getCause, getCauseFiltratString, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-