net.larsan.norna
Class UnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.norna.util.NestedException
                    |
                    +--net.larsan.norna.UnavailableException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableException
extends NestedException

Exception thrown by servers and services on load and start calls to signal an exception in the startup procedure.

Version:
Alpha-0.2 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
net.larsan.norna.base.Service, Serialized Form

Constructor Summary
UnavailableException()
          Create exception
UnavailableException(java.lang.String msg)
          Create exception
UnavailableException(java.lang.String msg, java.lang.Throwable error)
          Create exception
UnavailableException(java.lang.Throwable th)
          Create exception
 
Methods inherited from class net.larsan.norna.util.NestedException
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnavailableException

public UnavailableException()
Create exception


UnavailableException

public UnavailableException(java.lang.String msg)
Create exception


UnavailableException

public UnavailableException(java.lang.Throwable th)
Create exception


UnavailableException

public UnavailableException(java.lang.String msg,
                            java.lang.Throwable error)
Create exception