Package org.jboss.jbossts.star.client
Class GenericSRAException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.jboss.jbossts.star.client.GenericSRAException
-
- All Implemented Interfaces:
Serializable
public class GenericSRAException extends javax.ws.rs.WebApplicationException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericSRAException(URL sraId, int statusCode, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetLraId()intgetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-