Class OMException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeferredParsingException, NodeUnavailableException, OMHierarchyException, SOAPProcessingException

public class OMException extends RuntimeException
Class OMException
See Also:
  • Constructor Details

    • OMException

      public OMException()
      Constructor OMException
    • OMException

      public OMException(String message)
      Constructor OMException
      Parameters:
      message -
    • OMException

      public OMException(String message, Throwable cause)
      Constructor OMException
      Parameters:
      message -
      cause -
    • OMException

      public OMException(Throwable cause)
      Constructor OMException
      Parameters:
      cause -