org.milyn.routing.file.naming
Class NamingStrategyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.milyn.routing.file.naming.NamingStrategyException
All Implemented Interfaces:
Serializable

public class NamingStrategyException
extends Exception

Exception indicating a NamingStrategyException

Author:
Daniel Bevenius
See Also:
Serialized Form

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

NamingStrategyException

public NamingStrategyException()

NamingStrategyException

public NamingStrategyException(String message,
                               Throwable cause)

NamingStrategyException

public NamingStrategyException(String message)

NamingStrategyException

public NamingStrategyException(Throwable cause)


Copyright © 2014. All Rights Reserved.