Fuego Process API

fuego.papi
Class OperationRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfuego.lang.DefaultRuntimeException
                  extended byfuego.papi.OperationRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidProcessIdException, InvalidViewIdValueRuntimeException, SessionClosedException

public class OperationRuntimeException
extends fuego.lang.DefaultRuntimeException

This exception is thrown for any runtime error while PAPI is running

See Also:
Serialized Form

Constructor Summary
OperationRuntimeException()
           
OperationRuntimeException(fuego.resources.ExceptionMsg msg)
           
OperationRuntimeException(Throwable t)
           
 
Methods inherited from class fuego.lang.DefaultRuntimeException
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, hasTechnicalDetail, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationRuntimeException

public OperationRuntimeException()

OperationRuntimeException

public OperationRuntimeException(Throwable t)

OperationRuntimeException

public OperationRuntimeException(fuego.resources.ExceptionMsg msg)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved