com.aicas.jamaica.lang
Class AsynchronouslyInterruptedError
java.lang.Object
java.lang.Throwable
java.lang.Error
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.