biz.c24.io.api
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.c24.io.api.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends Exception

An exception used to signify a problem during initalization or use of the API Factory.

See Also:
Factory, Serialized Form

Constructor Summary
FactoryException(String msg)
          Creates a new instance with the specified message.
FactoryException(String msg, Throwable cause)
          Creates a new instance with the specified message and 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 msg)
Creates a new instance with the specified message.

Parameters:
msg - The error message.

FactoryException

public FactoryException(String msg,
                        Throwable cause)
Creates a new instance with the specified message and cause.

Parameters:
msg - The error message.
cause - The cause of the exception.


C24 Technologies © 2002-2012: All Rights Reserved.