Class InvalidOptionsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidOptionsException
    extends XenonException
    Signals that an invalid combination of OpenOptions have been specified.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidOptionsException​(java.lang.String adaptorName, java.lang.String message)  
      InvalidOptionsException​(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)  
    • 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

      • InvalidOptionsException

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

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