Package org.oa4mp.di
Class DIServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.oa4mp.di.DIServiceException
-
- All Implemented Interfaces:
Serializable
public class DIServiceException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
An exception that is thrown by the AbstractDIService. The message is one of the given status string which is taken and sent along to the client.Created by Jeff Gaynor
on Nov 19, 2010 at 3:05:03 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DIServiceException()
DIServiceException(int message)
DIServiceException(String message)
DIServiceException(String message, Throwable cause)
DIServiceException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkMessage(int statusCode)
boolean
checkMessage(String x)
int
getStatusCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
checkMessage
public boolean checkMessage(String x)
-
checkMessage
public boolean checkMessage(int statusCode)
-
getStatusCode
public int getStatusCode()
-
-