fuego.papi
Class EngineRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fuego.lang.DefaultRuntimeException
fuego.papi.EngineRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BusinessParameterNotFoundException, InvalidArgumentSetNameException, ProcessLockedException, ProcessUndeployedException
public class EngineRuntimeException
- extends fuego.lang.DefaultRuntimeException
No RuntimeException thrown while executing an engine operation should "travel" to PAPI.
Instead, an EngineRuntimeException should wrap it and "travel" to PAPI.
Therefore, this exception should be created just in the engine side.
- See Also:
- Serialized Form
Methods inherited from class fuego.lang.DefaultRuntimeException |
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, initCause |
EngineRuntimeException
public EngineRuntimeException()
- Contructs a new EngineRuntimeException with the default message.
EngineRuntimeException
public EngineRuntimeException(fuego.resources.Msg msg)
create
public static EngineRuntimeException create(RuntimeException re,
Locale locale)
- Return a new EngineRuntimeException with the given RuntimeException and locale.
- Parameters:
re
- It is the RuntimeException to be wrapped.locale
- Indicate the locale of the message.
- Returns:
- result Return a EngineRuntimeException with the messages of the initial exception.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved