com.dynalivery.repository.util
Class AlreadyCheckedOutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.repository.util.AlreadyCheckedOutException

public class AlreadyCheckedOutException
extends java.lang.Exception
implements java.io.Serializable

A public class to return an exception when attempting to checkout a file which is already checked out by another user.

See Also:
Serialized Form

Constructor Summary
AlreadyCheckedOutException(java.lang.String msg)
          Constructs a AlreadyCheckedOutException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyCheckedOutException

public AlreadyCheckedOutException(java.lang.String msg)
Constructs a AlreadyCheckedOutException with a detail message.
Parameters:
msg - the detail message describing the exception.