org.fuin.utils4j
Class LockingFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.utils4j.LockingFailedException
All Implemented Interfaces:
java.io.Serializable

public final class LockingFailedException
extends java.lang.Exception

Getting a lock failed.

See Also:
Serialized Form

Constructor Summary
LockingFailedException(java.lang.String message)
          Constructor with message.
LockingFailedException(java.lang.String message, java.lang.Throwable cause)
          Constructor with message.
 
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

LockingFailedException

public LockingFailedException(java.lang.String message)
Constructor with message.

Parameters:
message - Error message.

LockingFailedException

public LockingFailedException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor with message.

Parameters:
message - Error message.
cause - Original error.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.