Class AllocationException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
AllocationTimeoutException

public class AllocationException extends UserException
This exception is raised if 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()
    • AllocationException

      public AllocationException(Throwable cause)
    • AllocationException

      public AllocationException(String reason)
    • AllocationException

      public AllocationException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.