Class AbstractWebServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.javascript.jscomp.webservice.common.AbstractWebServiceException
All Implemented Interfaces:
Serializable

public abstract class AbstractWebServiceException extends Exception
All the exceptions that can be returned as error to the client of the API.
See Also:
  • Constructor Details

    • AbstractWebServiceException

      public AbstractWebServiceException()
  • Method Details

    • getErrorCode

      public abstract ErrorCode getErrorCode()
    • getFormattedError

      public abstract String getFormattedError()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable