Class AOMException

All Implemented Interfaces:
Serializable

public class AOMException extends RuntimeException
Some AOM operations may throw an AOMException as specified in their method descriptions. Unlike DOMException and other exception interfaces, AOMException provides an error message string in the message field instead of a numeric code.
Since:
Epic 4.3
See Also:
  • Constructor Details

    • AOMException

      public AOMException(String message)