Package org.fenixedu.cms.exceptions
Class CmsDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fenixedu.bennu.core.domain.exceptions.DomainException
org.fenixedu.cms.exceptions.CmsDomainException
- All Implemented Interfaces:
Serializable
public class CmsDomainException
extends org.fenixedu.bennu.core.domain.exceptions.DomainException
Created by nurv on 22/08/14.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCmsDomainException(javax.ws.rs.core.Response.Status status, String bundle, String key, String... args) -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsDomainExceptionbadRequest(String key) static CmsDomainExceptionforbiden()static CmsDomainExceptionnotFound()Methods inherited from class org.fenixedu.bennu.core.domain.exceptions.DomainException
asJson, getArgs, getKey, getLocalizedMessage, getResponseStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
BUNDLE
- See Also:
-
-
Constructor Details
-
CmsDomainException
-
-
Method Details
-
forbiden
-
notFound
-
badRequest
-