Class AllocationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllocationTimeoutException

public class AllocationException extends UserException
The exception that is thrown when the allocation of an object failed.
See Also:
  • Field Details

    • reason

      public String reason
      The reason why the object couldn't be allocated.
  • Constructor Details

    • AllocationException

      public AllocationException()
      Constructs a AllocationException.
    • AllocationException

      public AllocationException(String reason)
      Constructs a AllocationException 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.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.