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

Quick Search    Search Deep

com.flexstor.common.exceptions.ejb
Class DuplicateRecordException  view DuplicateRecordException download DuplicateRecordException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.flexstor.common.exceptions.ejb.DuplicateRecordException
All Implemented Interfaces:
java.io.Serializable

public final class DuplicateRecordException
extends java.lang.Exception


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 java.lang.String keyName
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DuplicateRecordException()
          Constructs an NotFoundException with no detail message.
DuplicateRecordException(java.lang.String aKeyName)
          Constructs an NotFoundException with the specified key that was not found.
 
Method Summary
 java.lang.String getMessage()
          Overrides the method found in java.lang.Throwable and returns
the key that was associated with this object by its constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

keyName

public java.lang.String keyName
Constructor Detail

DuplicateRecordException

public DuplicateRecordException()
Constructs an NotFoundException with no detail message.


DuplicateRecordException

public DuplicateRecordException(java.lang.String aKeyName)
Constructs an NotFoundException with the specified key that was not found.

Method Detail

getMessage

public java.lang.String getMessage()
Overrides the method found in java.lang.Throwable and returns
the key that was associated with this object by its constructor