Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.core.exceptions
Class XInterruptedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by waggle.core.exceptions.XException
              extended by waggle.core.exceptions.XIOException
                  extended by waggle.core.exceptions.XInterruptedIOException

All Implemented Interfaces:
Serializable

public final class XInterruptedIOException
extends XIOException

XException version of java.io.InterruptedIOException.

See Also:
Serialized Form

Constructor Summary
XInterruptedIOException(String resourceID, Object... arguments)
          Construct the exception with the specified resource id and arguments.

 

Method Summary

 

Methods inherited from class waggle.core.exceptions.XException
getArguments, getDate, getResourceID, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

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

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.