com.generationjava.patterns.registry
Class UnavailableInstanceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.generationjava.patterns.registry.UnavailableInstanceException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableInstanceException
extends java.lang.Exception

No registry instance is available.

See Also:
Serialized Form

Constructor Summary
UnavailableInstanceException()
           
UnavailableInstanceException(java.lang.String msg)
           
 
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

UnavailableInstanceException

public UnavailableInstanceException(java.lang.String msg)

UnavailableInstanceException

public UnavailableInstanceException()


Copyright © 2000-2003 GenerationJava. All Rights Reserved.