Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ErrorNumException
See Also:
  • Field Details

  • Constructor Details

    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(int subErrorCode, String message)
    • NotFoundException

      public NotFoundException(int subErrorCode, Object[] params)
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, int subErrorNum, Throwable cause)
    • NotFoundException

      public NotFoundException(int subErrorNum, String message, Throwable cause)
    • NotFoundException

      public NotFoundException(int subErrorNum, Object[] params, Throwable cause)