Class SynchTimeout

All Implemented Interfaces:
Serializable

public class SynchTimeout extends SynchException
Forbidden exception thrown by synch classes
Author:
Mike Douglass douglm@rpi.edu
See Also:
  • Constructor Details

    • SynchTimeout

      public SynchTimeout()
      Constructor
    • SynchTimeout

      public SynchTimeout(String msg)
      Constructor
      Parameters:
      msg -
    • SynchTimeout

      public SynchTimeout(QName errorTag)
      Constructor
      Parameters:
      errorTag -
    • SynchTimeout

      public SynchTimeout(QName errorTag, String msg)
      Constructor
      Parameters:
      errorTag -
      msg -