Class IdentityNotFoundException

  • All Implemented Interfaces:
    Serializable

    public final class IdentityNotFoundException
    extends Exception
    Exception that signifies that the requested identity was not found.
    See Also:
    Serialized Form
    • Constructor Detail

      • IdentityNotFoundException

        public IdentityNotFoundException​(String message)
        Creates a new instance of the exception.
        Parameters:
        message - the error message to report