Class SampleException

All Implemented Interfaces:
Serializable

public class SampleException extends RuntimeException
Thrown when some sample processing occurred
Since:
3.0
See Also:
  • Constructor Details

    • SampleException

      public SampleException()
      Instantiates a new sample exception.
    • SampleException

      public SampleException(String message)
      Instantiates a new sample exception with the specified message.
      Parameters:
      message - the message
    • SampleException

      public SampleException(Throwable cause)
      Instantiates a new sample exception.
      Parameters:
      cause - the cause
    • SampleException

      public SampleException(String message, Throwable cause)
      Instantiates a new sample exception.
      Parameters:
      message - the message
      cause - the cause