uk.ac.soton.ecs.iam.grid.utils
Class CantCreateImplementation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.soton.ecs.iam.grid.utils.CantCreateImplementation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoImplementationRegistered

public class CantCreateImplementation
extends RuntimeException

Thrown when the ImplementationFactory can't return an instance.

See Also:
Serialized Form

Constructor Summary
CantCreateImplementation(String message)
           
CantCreateImplementation(String message, Throwable cause)
           
 
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

CantCreateImplementation

public CantCreateImplementation(String message,
                                Throwable cause)

CantCreateImplementation

public CantCreateImplementation(String message)


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.