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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MemoryAllocationFailedException(String message)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemoryAllocationFailedException
- Parameters:
message
- The message text of the exception.
-