aicas logoJamaica 6.4 release 1

com.aicas.jamaica.lang
Class AsynchronouslyInterruptedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.aicas.jamaica.lang.AsynchronouslyInterruptedError
All Implemented Interfaces:
Serializable

public class AsynchronouslyInterruptedError
extends Error

AsynchronouslyInterruptedError is thrown in places where AsynchronouslyInterruptedException should be thrown but cannot. Examples are methods of class com.aicas.jamaica.lang.Wait in case a pending AsynchronouslyInterruptedException would otherwise result in an endless loop.

See Also:
Serialized Form

Constructor Summary
AsynchronouslyInterruptedError(String msg)
          Constructor
AsynchronouslyInterruptedError(Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronouslyInterruptedError

public AsynchronouslyInterruptedError(Throwable cause)
Constructor

Parameters:
cause - the AsynchronouslyInterruptedException that caused this error.

AsynchronouslyInterruptedError

public AsynchronouslyInterruptedError(String msg)
Constructor

Parameters:
msg - a detail message for this error

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.