Class ErrorCodeNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorCodeNotFoundException
    extends PubServerException
    Thrown by ErrorCodeManager to report the problem with non existing error code.
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorCodeNotFoundException

        public ErrorCodeNotFoundException​(java.lang.String message,
                                          java.lang.Throwable cause,
                                          int errorCode,
                                          java.lang.Object caller)
      • ErrorCodeNotFoundException

        public ErrorCodeNotFoundException​(java.lang.String message,
                                          java.lang.Throwable cause)