Skip navigation links 
 
waggle.core.exceptions
Class XInterruptedIOException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
waggle.core.exceptions.XException
              
waggle.core.exceptions.XIOException
                  
waggle.core.exceptions.XInterruptedIOException
- All Implemented Interfaces:
 
- Serializable
 
- 
public final class XInterruptedIOException
 
- extends XIOException
 
XException version of java.io.InterruptedIOException.
- See Also:
 
- Serialized Form
 
 
  
 
 
 
 
 
 
XInterruptedIOException
public XInterruptedIOException(String resourceID,
                               Object... arguments)
- Construct the exception with the specified resource id and arguments.
- Parameters:
 
resourceID - the resource id 
arguments - the arguments 
 
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.