net.dpml.transit
Class PluginClassNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.dpml.transit.RepositoryException
                  extended bynet.dpml.transit.PluginClassNotFoundException
All Implemented Interfaces:
Serializable

public class PluginClassNotFoundException
extends RepositoryException

Exception thrown when a plugin class cannot be found.

Version:
1.0.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

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

PluginClassNotFoundException

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

Parameters:
message - The detail message for this exception.

PluginClassNotFoundException

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

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