Class DBServiceException

  • All Implemented Interfaces:
    Serializable

    public class DBServiceException
    extends CILogonException
    An exception that is thrown by the AbstractDBService. 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

      • DBServiceException

        public DBServiceException()
      • DBServiceException

        public DBServiceException​(Throwable cause)
      • DBServiceException

        public DBServiceException​(String message)
      • DBServiceException

        public DBServiceException​(int message)
      • DBServiceException

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

      • checkMessage

        public boolean checkMessage​(String x)
      • checkMessage

        public boolean checkMessage​(int statusCode)
      • getStatusCode

        public int getStatusCode()