net.dpml.transit
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dpml.transit.RepositoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PluginClassNotFoundException

public class RepositoryException
extends IOException

Exception to indicate that there was a repository related error.

Version:
1.0.3
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
RepositoryException(String message)
          Construct a new RepositoryException instance.
RepositoryException(String message, Throwable cause)
          Construct a new RepositoryException instance.
 
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

RepositoryException

public RepositoryException(String message)
Construct a new RepositoryException instance.

Parameters:
message - The detail message for this exception.

RepositoryException

public RepositoryException(String message,
                           Throwable cause)
Construct a new RepositoryException instance.

Parameters:
message - The detail message for this exception.
cause - the root cause of the exception