Class PatchException

All Implemented Interfaces:
Serializable, Cloneable

public class PatchException extends UserException
This exception is raised if a patch failed.
See Also:
  • Field Details

    • reasons

      public String[] reasons
      The reasons why the patch failed.
  • Constructor Details

    • PatchException

      public PatchException()
    • PatchException

      public PatchException(Throwable cause)
    • PatchException

      public PatchException(String[] reasons)
    • PatchException

      public PatchException(String[] reasons, 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.