org.nhindirect.xd.routing.exception
Class ResolverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nhindirect.xd.routing.exception.ResolverException
All Implemented Interfaces:
Serializable

public class ResolverException
extends Exception

Generic exception to be thrown from routing resolver classes.

Author:
beau
See Also:
Serialized Form

Constructor Summary
ResolverException(String message, Throwable throwable)
          Construct an exception.
 
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

ResolverException

public ResolverException(String message,
                         Throwable throwable)
Construct an exception.

Parameters:
message - The exception message.
throwable - The throwable causing the exception.


Copyright © 2010-2011. All Rights Reserved.