Class BaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmailExistsException, ForbiddenException, MobileExistsException, NotFoundException, UserDisabledException, UsernameExistsException

public abstract class BaseException extends RuntimeException
See Also:
  • Constructor Details

    • BaseException

      public BaseException(String message)
    • BaseException

      public BaseException(String message, Throwable cause)