de.danet.an.workflow.api
Class FactoryConfigurationError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byde.danet.an.workflow.api.FactoryConfigurationError
All Implemented Interfaces:
java.io.Serializable

public class FactoryConfigurationError
extends java.lang.Error

This exception is thrown by the newInstance method of WorkflowServiceFactory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
FactoryConfigurationError()
          Creates a new exception.
FactoryConfigurationError(java.lang.String msg)
          Creates a new exception with the given message.
FactoryConfigurationError(java.lang.String msg, java.lang.Throwable cause)
          Creates a new exception with the given message and cause.
 
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

FactoryConfigurationError

public FactoryConfigurationError()
Creates a new exception.


FactoryConfigurationError

public FactoryConfigurationError(java.lang.String msg)
Creates a new exception with the given message.

Parameters:
msg - the detail message.

FactoryConfigurationError

public FactoryConfigurationError(java.lang.String msg,
                                 java.lang.Throwable cause)
Creates a new exception with the given message and cause.

Parameters:
msg - the detail message.
cause - the cause.