org.jwarp.common
Class InitializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.common.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends java.lang.Exception

This exception is used to indicate that a somethin was not propertly able to initialize itself.

See Also:
Serialized Form

Constructor Summary
InitializationException(java.lang.String reason)
          Creates an exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializationException

public InitializationException(java.lang.String reason)
Creates an exception.

©   O R C A   S y s t e m s