org.milyn.javabean.factory
Class FactoryAliasNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.milyn.javabean.factory.FactoryException
                  extended by org.milyn.javabean.factory.FactoryAliasNotFoundException
All Implemented Interfaces:
Serializable

public class FactoryAliasNotFoundException
extends FactoryException

Author:
maurice.zeijen@smies.com
See Also:
Serialized Form

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

FactoryAliasNotFoundException

public FactoryAliasNotFoundException(String message)
Parameters:
message -

FactoryAliasNotFoundException

public FactoryAliasNotFoundException(Throwable cause)
Parameters:
cause -

FactoryAliasNotFoundException

public FactoryAliasNotFoundException(String message,
                                     Throwable cause)
Parameters:
message -
cause -


Copyright © 2018. All rights reserved.