Class GenericSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.system.GenericSystemException
All Implemented Interfaces:
Serializable

public class GenericSystemException extends RuntimeException
A generic system exception that can be thrown from anywhere.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • GenericSystemException

      public GenericSystemException(String message)
      Generic constructor.
      Parameters:
      message - message
    • GenericSystemException

      public GenericSystemException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable