Class AllocationTimeoutException

All Implemented Interfaces:
Serializable

public class AllocationTimeoutException extends AllocationException
The exception that is thrown when the request to allocate an object times out.
See Also:
  • Constructor Details

    • AllocationTimeoutException

      public AllocationTimeoutException()
      Constructs a AllocationTimeoutException.
    • AllocationTimeoutException

      public AllocationTimeoutException(String reason)
      Constructs a AllocationTimeoutException with values for all its fields.
      Parameters:
      reason - The reason why the object couldn't be allocated.
  • Method Details

    • ice_id

      public String ice_id()
      Returns the type id of this exception.
      Overrides:
      ice_id in class AllocationException
      Returns:
      The type id of this exception.