Class OutOfMemoryException

    • Constructor Detail

      • OutOfMemoryException

        public OutOfMemoryException​(String pErrorMessage)
        Instanciates with error message and Throwable cause
        Parameters:
        pErrorMessage - error message
      • OutOfMemoryException

        public OutOfMemoryException​(String pErrorMessage,
                                    Throwable pThrowable)
        Instanciates with error message and Throwable cause
        Parameters:
        pErrorMessage - error message
        pThrowable - cause