Class NoSuchCopyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchCopyException
    extends XenonException
    Signals that a unknown Copy handle was provided.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

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

      • NoSuchCopyException

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

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