org.marketcetera.ors.info
Class InfoRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.marketcetera.util.except.I18NRuntimeException
                  extended by org.marketcetera.ors.info.InfoRuntimeException
All Implemented Interfaces:
Serializable, I18NThrowable

public class InfoRuntimeException
extends I18NRuntimeException

An exception representing runtime failures during information management.

Since:
2.0.0
Version:
$Id: InfoRuntimeException.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com
See Also:
Serialized Form

Constructor Summary
InfoRuntimeException(I18NBoundMessage message)
          Constructs a new exception with the given message, but without an underlying cause.
InfoRuntimeException(Throwable cause, I18NBoundMessage message)
          Constructs a new exception with the given message and underlying cause.
 
Method Summary
 
Methods inherited from class org.marketcetera.util.except.I18NRuntimeException
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, hashCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.marketcetera.util.except.I18NThrowable
getCause, getMessage
 

Constructor Detail

InfoRuntimeException

public InfoRuntimeException(I18NBoundMessage message)
Constructs a new exception with the given message, but without an underlying cause.

Parameters:
message - The message.

InfoRuntimeException

public InfoRuntimeException(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.