Class DelegateException

  • All Implemented Interfaces:
    Serializable

    public class DelegateException
    extends Exception
    An exception used to indicate an unhandled situation in a delegate.
    See Also:
    Serialized Form
    • Constructor Detail

      • DelegateException

        public DelegateException()
        Default constructor.
      • DelegateException

        public DelegateException​(String message)
        Parameters:
        message - an error message
      • DelegateException

        public DelegateException​(Throwable cause)
        Parameters:
        cause - the cause of this exception
      • DelegateException

        public DelegateException​(String message,
                                 Throwable cause)
        Parameters:
        message - an error message
        cause - the cause of this exception