Class HandledException

  • All Implemented Interfaces:
    Serializable

    public class HandledException
    extends Exception
    This exception can be thrown to inform the caller that an error occurred, but that has already been handled, for example by writing an error log.
    See Also:
    Serialized Form
    • Constructor Detail

      • HandledException

        public HandledException()