Class UnsupportedMemoryResizingException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedMemoryResizingException
    extends CoreMemException
    Exception thrown when trying to resize a memory object that cannot be resized.
    Author:
    royer
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedMemoryResizingException

        public UnsupportedMemoryResizingException​(String pErrorMessage)
        Instanciates with error message
        Parameters:
        pErrorMessage - error message
      • UnsupportedMemoryResizingException

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