com.dynalivery.repository.util
Class FileExpiredException

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

public class FileExpiredException
extends java.lang.Exception

This exception is returned when attempting to checkout a file which has expired.

See Also:
Serialized Form

Constructor Summary
FileExpiredException(java.lang.String msg)
          Constructs a FileExpiredException 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

FileExpiredException

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