Class InternalErrorRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.riadalabs.jira.plugins.insight.common.exception.runtime.InternalErrorRuntimeException
All Implemented Interfaces:
Serializable

public class InternalErrorRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • InternalErrorRuntimeException

      public InternalErrorRuntimeException()
    • InternalErrorRuntimeException

      public InternalErrorRuntimeException(String message)
    • InternalErrorRuntimeException

      public InternalErrorRuntimeException(String message, Throwable cause)
    • InternalErrorRuntimeException

      public InternalErrorRuntimeException(Throwable cause)