Class DisabledServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DisabledServiceException
    extends ApiException
    Thrown when the required service is disabled. Default status is Not Implemented server error = 501.
    Author:
    Jamal Kaabi-Mofrad
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.springframework.extensions.surf.exception.PlatformRuntimeException

        create, create, makeRuntimeException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DisabledServiceException

        public DisabledServiceException​(java.lang.String msgId)
      • DisabledServiceException

        public DisabledServiceException​(java.lang.String msgId,
                                        java.lang.Object[] msgParams)