Class InvalidResumeTargetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidResumeTargetException
    extends XenonException
    Signals that the data in the target of a resume does not match the data in the source.
    Since:
    1.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidResumeTargetException

        public InvalidResumeTargetException​(java.lang.String adaptorName,
                                            java.lang.String message,
                                            java.lang.Throwable t)
      • InvalidResumeTargetException

        public InvalidResumeTargetException​(java.lang.String adaptorName,
                                            java.lang.String message)