Class ErrorCodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hu.rts.mike.example.dev.crm.error.ErrorCodeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LastUserWhoCanCreateUsersException, RoleExistsException, RoleInUseException

public class ErrorCodeException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • ErrorCodeException

      public ErrorCodeException(ErrorCode code, String message)
    • ErrorCodeException

      public ErrorCodeException(ErrorCode code)
  • Method Details