org.marketcetera.ors.info
Class InfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.marketcetera.util.except.I18NException
org.marketcetera.ors.info.InfoException
- All Implemented Interfaces:
- Serializable, I18NThrowable
public class InfoException
- extends I18NException
An exception representing failures during information management.
- Since:
- 2.0.0
- Version:
- $Id: InfoException.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
InfoException
public InfoException(I18NBoundMessage message)
- Constructs a new exception with the given message, but without
an underlying cause.
- Parameters:
message - The message.
InfoException
public InfoException(Throwable cause,
I18NBoundMessage message)
- Constructs a new exception with the given message and
underlying cause.
- Parameters:
cause - The cause.message - The message.
Copyright © 2012. All Rights Reserved.