Class MemoryAllocationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.manchester.spinnaker.messages.model.MemoryAllocationFailedException
All Implemented Interfaces:
Serializable

public class MemoryAllocationFailedException extends Exception
Indicate that a memory allocation operation has failed.
See Also:
  • Constructor Details

    • MemoryAllocationFailedException

      public MemoryAllocationFailedException(String message)
      Parameters:
      message - The message text of the exception.