Class NoMemoryException

All Implemented Interfaces:
Serializable

public final class NoMemoryException extends AbstractException
A memory allocation failed, and the requested operation could not be completed.
See Also:
  • Constructor Details

    • NoMemoryException

      public NoMemoryException()
      Creates a new instance.
    • NoMemoryException

      public NoMemoryException(DBusString message)
      Creates a new instance with a message.
      Parameters:
      message - the message
    • NoMemoryException

      public NoMemoryException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the cause
    • NoMemoryException

      public NoMemoryException(DBusString message, Throwable cause)
      Creates a new instance with a message and cause.
      Parameters:
      message - the message
      cause - the cause