Class ErrorCodeNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.ErrorCodeNotFoundException
All Implemented Interfaces:
Serializable

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

    • ErrorCodeNotFoundException

      public ErrorCodeNotFoundException(String message, Throwable cause, int errorCode, Object caller)
    • ErrorCodeNotFoundException

      public ErrorCodeNotFoundException(String message, Throwable cause)