org.planx.xmlstore.routing
Class RoutingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.planx.xmlstore.routing.RoutingException
All Implemented Interfaces:
Serializable

public class RoutingException
extends IOException

See Also:
Serialized Form

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

RoutingException

public RoutingException()

RoutingException

public RoutingException(String message)

RoutingException

public RoutingException(Throwable cause)

RoutingException

public RoutingException(String msg,
                        Throwable cause)


Copyright © 2010. All Rights Reserved.