Class ExternalRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.external.ExternalRuntimeException
All Implemented Interfaces:
Serializable

public class ExternalRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • ExternalRuntimeException

      public ExternalRuntimeException()
    • ExternalRuntimeException

      public ExternalRuntimeException(String s)
    • ExternalRuntimeException

      public ExternalRuntimeException(Throwable throwable)
    • ExternalRuntimeException

      public ExternalRuntimeException(String s, Throwable throwable)