Package org.oa4mp.di

Class 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 Detail

      • DIServiceException

        public DIServiceException()
      • DIServiceException

        public DIServiceException​(Throwable cause)
      • DIServiceException

        public DIServiceException​(String message)
      • DIServiceException

        public DIServiceException​(int message)
      • DIServiceException

        public DIServiceException​(String message,
                                  Throwable cause)
    • Method Detail

      • checkMessage

        public boolean checkMessage​(String x)
      • checkMessage

        public boolean checkMessage​(int statusCode)
      • getStatusCode

        public int getStatusCode()