biz.c24.io.api
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.