net.dpml.transit.model
Class BootstrapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.net.ProtocolException
                  extended bynet.dpml.transit.TransitException
                      extended bynet.dpml.transit.model.ModelException
                          extended bynet.dpml.transit.model.BootstrapException
All Implemented Interfaces:
Serializable

public class BootstrapException
extends ModelException

Exception raised when an attempt is made to associate a plugin based model with a bootstrap model.

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

Constructor Summary
BootstrapException(String message)
          Construct a new BootstrapException 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

BootstrapException

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

Parameters:
message - the detailed error message