com.groiss.ds
Class WouldBlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.groiss.ds.WouldBlockException
All Implemented Interfaces:
java.io.Serializable

public class WouldBlockException
extends java.lang.Exception

This Exception is thrown when an action will block the current thread.

See Also:
Serialized Form

Constructor Summary
WouldBlockException()
           
 
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

WouldBlockException

public WouldBlockException()


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.