Class RPObjectInvalidException

All Implemented Interfaces:
Serializable

public class RPObjectInvalidException extends RuntimeException
invalid rpobject (required attribute is missing).
See Also:
Serialized Form
  • Constructor Details

    • RPObjectInvalidException

      public RPObjectInvalidException(String attribute)
      creates a new RPObjectInvalidException
      Parameters:
      attribute - name of missing attribute
    • RPObjectInvalidException

      public RPObjectInvalidException(Throwable cause)
      creates a new RPObjectInvalidException
      Parameters:
      cause - the root exception