com.norconex.commons.lang
Class SleeperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.norconex.commons.lang.SleeperException
All Implemented Interfaces:
Serializable

public class SleeperException
extends RuntimeException

Runtime Sleep exception wrapping any InterruptedException thrown.

Author:
Pascal Essiembre
See Also:
Sleeper, Serialized Form

Constructor Summary
SleeperException(String msg, InterruptedException cause)
           
 
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

SleeperException

public SleeperException(String msg,
                        InterruptedException cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)


Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.