org.lexevs.cts2.exception
Class AbstractCTS2CheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lexevs.cts2.exception.AbstractCTS2CheckedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidCodeSystemSupplementException, NotificationNotRegisteredException

public abstract class AbstractCTS2CheckedException
extends java.lang.Exception

The Class AbstractCTS2CheckedException.

Author:
Kevin Peterson
See Also:
Serialized Form

Constructor Summary
protected AbstractCTS2CheckedException(java.lang.String message)
          Instantiates a new abstract ct s2 checked exception.
protected AbstractCTS2CheckedException(java.lang.String message, LBException exception)
           
 
Method Summary
 java.util.Date getExceptionDate()
          Gets the exception date.
 java.lang.String getExceptionIdentifier()
          Gets the exception identifier.
 void setExceptionDate(java.util.Date exceptionDate)
          Sets the exception date.
 void setExceptionIdentifier(java.lang.String exceptionIdentifier)
          Sets the exception identifier.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractCTS2CheckedException

protected AbstractCTS2CheckedException(java.lang.String message)
Instantiates a new abstract ct s2 checked exception.

Parameters:
message - the message

AbstractCTS2CheckedException

protected AbstractCTS2CheckedException(java.lang.String message,
                                       LBException exception)
Method Detail

getExceptionIdentifier

public java.lang.String getExceptionIdentifier()
Gets the exception identifier.

Returns:
the exception identifier

setExceptionIdentifier

public void setExceptionIdentifier(java.lang.String exceptionIdentifier)
Sets the exception identifier.

Parameters:
exceptionIdentifier - the new exception identifier

getExceptionDate

public java.util.Date getExceptionDate()
Gets the exception date.

Returns:
the exception date

setExceptionDate

public void setExceptionDate(java.util.Date exceptionDate)
Sets the exception date.

Parameters:
exceptionDate - the new exception date

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.