Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.exceptions.ejb.edit
Class EditRecordNotFoundException  view EditRecordNotFoundException download EditRecordNotFoundException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.flexstor.common.exceptions.FlexException
              extended bycom.flexstor.common.exceptions.ejb.edit.EditException
                  extended bycom.flexstor.common.exceptions.ejb.edit.EditRecordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EditRecordNotFoundException
extends EditException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
static java.lang.String IDENTIFIER
           
 
Fields inherited from class com.flexstor.common.exceptions.ejb.edit.EditException
vTraversalInfo
 
Fields inherited from class com.flexstor.common.exceptions.FlexException
className, methodName, parameters, resourceId
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EditRecordNotFoundException()
          RemoteException constructor comment.
EditRecordNotFoundException(int iResource)
          Constructor: This will set a resource Identifier for a certain Locale
EditRecordNotFoundException(int iResource, java.lang.String s)
          Constructor: This will set a resource Identifier for a certain Locale
EditRecordNotFoundException(java.lang.Object aClassName, java.lang.String aMethodName, java.lang.String anErrorMessage)
          Constructor.
EditRecordNotFoundException(java.lang.String sErr)
          Constructor
EditRecordNotFoundException(java.lang.String aClassName, java.lang.String aMethodName, int resource)
          Constructor
EditRecordNotFoundException(java.lang.String aClassName, java.lang.String aMethodName, java.lang.String anErrorMessage, int resource)
          Constructor.
EditRecordNotFoundException(java.lang.String msg, java.util.Vector vTraversalInfo)
           
EditRecordNotFoundException(java.lang.Throwable e)
          Constructor
 
Methods inherited from class com.flexstor.common.exceptions.ejb.edit.EditException
getTraversalInfo
 
Methods inherited from class com.flexstor.common.exceptions.FlexException
addParameter, getClassName, getMessage, getMethodName, getParmeters, getResourceId, setParameter, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

EditRecordNotFoundException

public EditRecordNotFoundException()
RemoteException constructor comment.


EditRecordNotFoundException

public EditRecordNotFoundException(java.lang.Throwable e)
Constructor


EditRecordNotFoundException

public EditRecordNotFoundException(java.lang.String sErr)
Constructor


EditRecordNotFoundException

public EditRecordNotFoundException(int iResource)
Constructor: This will set a resource Identifier for a certain Locale


EditRecordNotFoundException

public EditRecordNotFoundException(int iResource,
                                   java.lang.String s)
Constructor: This will set a resource Identifier for a certain Locale


EditRecordNotFoundException

public EditRecordNotFoundException(java.lang.Object aClassName,
                                   java.lang.String aMethodName,
                                   java.lang.String anErrorMessage)
Constructor. Because this is serializable


EditRecordNotFoundException

public EditRecordNotFoundException(java.lang.String aClassName,
                                   java.lang.String aMethodName,
                                   java.lang.String anErrorMessage,
                                   int resource)
Constructor. Because this is serializable


EditRecordNotFoundException

public EditRecordNotFoundException(java.lang.String aClassName,
                                   java.lang.String aMethodName,
                                   int resource)
Constructor


EditRecordNotFoundException

public EditRecordNotFoundException(java.lang.String msg,
                                   java.util.Vector vTraversalInfo)