Class InvalidObjectTypeIdException

All Implemented Interfaces:
Serializable

public class InvalidObjectTypeIdException extends AppianException
This exception is thrown if the user calls an API method that acts on an object type id that does not correspond to an id block allocated in Service Manager.
See Also:
  • Field Details

    • type

      public final com.appian.komodo.api.ShardedProcessObjectType type
    • id

      public final int id
  • Constructor Details

    • InvalidObjectTypeIdException

      public InvalidObjectTypeIdException(com.appian.komodo.api.ShardedProcessObjectType type, int id)