Class ProbeException

All Implemented Interfaces:
Serializable

public class ProbeException extends RuntimeException
BeansException for use for by BeanProbe and StaticBeanProbe.
See Also:
  • Constructor Details

    • ProbeException

      public ProbeException()
      Default constructor.
    • ProbeException

      public ProbeException(String msg)
      Constructor to set the message for the exception.
      Parameters:
      msg - - the message for the exception
    • ProbeException

      public ProbeException(Throwable cause)
      Constructor to create a nested exception.
      Parameters:
      cause - - the reason the exception is being thrown
    • ProbeException

      public ProbeException(String msg, Throwable cause)
      Constructor to create a nested exception with a message.
      Parameters:
      msg - - the message for the exception
      cause - - the reason the exception is being thrown