net.larsan.norna.service.user
Class IndirectionUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.norna.service.user.IndirectionUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class IndirectionUnavailableException
extends java.lang.Exception

A simple exception that declares that indirection is unavailable. This exception is used for individual indirections as well as the whole process.

Version:
Alpha-0.2 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
IndirectionUnavailableException()
           
IndirectionUnavailableException(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

IndirectionUnavailableException

public IndirectionUnavailableException()

IndirectionUnavailableException

public IndirectionUnavailableException(java.lang.String msg)