Class Error


  • public class Error
    extends java.lang.Object
    Database error.
    • Constructor Summary

      Constructors 
      Constructor Description
      Error​(java.lang.String message, java.lang.Integer code)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCode()
      Error code.
      java.lang.String getMessage()
      Error message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Error

        public Error​(java.lang.String message,
                     java.lang.Integer code)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Error message.
      • getCode

        public java.lang.Integer getCode()
        Error code.