br.shob
Class InterruptedError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--br.shob.InterruptedError
All Implemented Interfaces:
Serializable

public class InterruptedError
extends Error

Author:
crolmos, dukejeffrie
See Also:
Serialized Form
Created:
September 1, 2002

Constructor Summary
InterruptedError()
          Creates new InterruptedError without detail message.
InterruptedError(String msg)
          Constructs an InterruptedError with the specified detail message.
 
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

InterruptedError

public InterruptedError()
Creates new InterruptedError without detail message.


InterruptedError

public InterruptedError(String msg)
Constructs an InterruptedError with the specified detail message.

Parameters:
msg - the detail message.