org.milyn.javabean.factory
Class FactoryException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FactoryAliasNotFoundException, IllegalFactoryAliasException, InvalidFactoryDefinitionException

public class FactoryException
extends RuntimeException

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

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

FactoryException

public FactoryException(String message)
Parameters:
message -

FactoryException

public FactoryException(Throwable cause)
Parameters:
cause -

FactoryException

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


Copyright © 2018. All rights reserved.