audiojury.domain
Class NoSharedFolderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--audiojury.domain.NoSharedFolderException
All Implemented Interfaces:
java.io.Serializable

public class NoSharedFolderException
extends java.lang.Exception

Thrown if the shared folder was requested but does not exist.

See Also:
Serialized Form

Constructor Summary
NoSharedFolderException()
          Creates a new instance of NoSharedFolderException without a detailed error message.
NoSharedFolderException(java.lang.String msg)
          Creates a new instance of NoSharedFolderException with the specified detailed error message.
 
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

NoSharedFolderException

public NoSharedFolderException()
Creates a new instance of NoSharedFolderException without a detailed error message.


NoSharedFolderException

public NoSharedFolderException(java.lang.String msg)
Creates a new instance of NoSharedFolderException with the specified detailed error message.

Parameters:
msg - String with the detailed error message.