Class InsufficientSpaceOnResourceRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

    public class InsufficientSpaceOnResourceRuntimeException
    extends HttpStatusRuntimeException
    The Class InsufficientSpaceOnResourceRuntimeException.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor

        org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.StatusCodeAccessor

        org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC extends java.lang.Object,B extends org.refcodes.mixin.StatusCodeAccessor.StatusCodeBuilder<SC,B>>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeMutator<SC extends java.lang.Object>, org.refcodes.mixin.StatusCodeAccessor.StatusCodeProperty<SC extends java.lang.Object>
    • Method Summary

      • Methods inherited from class org.refcodes.exception.AbstractRuntimeException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • InsufficientSpaceOnResourceRuntimeException

        public InsufficientSpaceOnResourceRuntimeException​(java.lang.String aMessage,
                                                           java.lang.String aErrorCode)
        Instantiates a new insufficient space on resource runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • InsufficientSpaceOnResourceRuntimeException

        public InsufficientSpaceOnResourceRuntimeException​(java.lang.String aMessage,
                                                           java.lang.Throwable aCause,
                                                           java.lang.String aErrorCode)
        Instantiates a new insufficient space on resource runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • InsufficientSpaceOnResourceRuntimeException

        public InsufficientSpaceOnResourceRuntimeException​(java.lang.String message,
                                                           java.lang.Throwable cause)
        Instantiates a new insufficient space on resource runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • InsufficientSpaceOnResourceRuntimeException

        public InsufficientSpaceOnResourceRuntimeException​(java.lang.String message)
        Instantiates a new insufficient space on resource runtime exception.
        Parameters:
        message - the message
      • InsufficientSpaceOnResourceRuntimeException

        public InsufficientSpaceOnResourceRuntimeException​(java.lang.Throwable aCause,
                                                           java.lang.String aErrorCode)
        Instantiates a new insufficient space on resource runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • InsufficientSpaceOnResourceRuntimeException

        public InsufficientSpaceOnResourceRuntimeException​(java.lang.Throwable cause)
        Instantiates a new insufficient space on resource runtime exception.
        Parameters:
        cause - the cause