com.dynalivery.repository.util
Class PinnedFileException

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

public class PinnedFileException
extends java.lang.Exception

A public class to return an exception when attempting to delete a file or template referenced by one or more templates.

See Also:
Serialized Form

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

PinnedFileException

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