Class ProfileNotFoundException

    • Constructor Detail

      • ProfileNotFoundException

        public ProfileNotFoundException​(String message)
        Constructs a new ProfileNotFoundException with the specified message.
        Parameters:
        message - The exception message
      • ProfileNotFoundException

        public ProfileNotFoundException​(Throwable cause)
        Constructs a new ProfileNotFoundException with the specified cause and a null message.
        Parameters:
        cause - The cause of this exception
      • ProfileNotFoundException

        public ProfileNotFoundException​(String message,
                                        Throwable cause)
        Constructs a new ProfileNotFoundException with the specified message and cause.
        Parameters:
        message - The exception message
        cause - The cause of this exception