Class ProfileNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProfileNotFoundException
    extends java.lang.RuntimeException
    Thrown by a profile lookup service if a profile does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileNotFoundException

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

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

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