Class PartialContentRuntimeException

    • Constructor Detail

      • PartialContentRuntimeException

        public PartialContentRuntimeException​(String aMessage,
                                              String aErrorCode)
        Instantiates a new partial content runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • PartialContentRuntimeException

        public PartialContentRuntimeException​(String aMessage,
                                              Throwable aCause,
                                              String aErrorCode)
        Instantiates a new partial content runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • PartialContentRuntimeException

        public PartialContentRuntimeException​(String message,
                                              Throwable cause)
        Instantiates a new partial content runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • PartialContentRuntimeException

        public PartialContentRuntimeException​(String message)
        Instantiates a new partial content runtime exception.
        Parameters:
        message - the message
      • PartialContentRuntimeException

        public PartialContentRuntimeException​(Throwable aCause,
                                              String aErrorCode)
        Instantiates a new partial content runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • PartialContentRuntimeException

        public PartialContentRuntimeException​(Throwable cause)
        Instantiates a new partial content runtime exception.
        Parameters:
        cause - the cause