Package org.rostore.service
Class RoStoreServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rostore.entity.RoStoreException
org.rostore.service.RoStoreServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotFoundException
,PermissionDeniedException
- See Also:
-
Constructor Summary
ConstructorDescriptionRoStoreServiceException
(jakarta.ws.rs.core.Response.Status status, String message) RoStoreServiceException
(jakarta.ws.rs.core.Response.Status status, String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RoStoreServiceException
-
RoStoreServiceException
-
-
Method Details
-
getStatus
public jakarta.ws.rs.core.Response.Status getStatus()
-