de.danet.an.workflow.spis.rms
Class FactoryConfigurationError

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

public class FactoryConfigurationError
extends java.lang.Error

This exception is thrown by the newInstance method of ResourceManagementServiceFactory.

See Also:
Serialized Form

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

FactoryConfigurationError

public FactoryConfigurationError(java.lang.Exception cause)
Creates a new exception.


FactoryConfigurationError

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

Parameters:
msg - the detail message.