Class IXMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.onenetwork.platform.ixm.IXMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RequestedRescheduleException

public class IXMException
extends java.lang.Exception
This exception can be thrown to indicate an error occurred during IXM Engine invocation.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    IXMException​(java.lang.String message)  
    IXMException​(java.lang.String message, java.lang.Throwable cause)  
    IXMException​(java.lang.String message, java.lang.Throwable cause, boolean retry)  
    IXMException​(java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    boolean getRetry()  
    void setRetry​(boolean retry)  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IXMException

      public IXMException​(java.lang.String message)
    • IXMException

      public IXMException​(java.lang.Throwable cause)
    • IXMException

      public IXMException​(java.lang.String message, java.lang.Throwable cause)
    • IXMException

      public IXMException​(java.lang.String message, java.lang.Throwable cause, boolean retry)
  • Method Details

    • getRetry

      public boolean getRetry()
      Returns:
      retry value
    • setRetry

      public void setRetry​(boolean retry)
      Parameters:
      retry - new value of retry