com.sri.common.dbobj
Class RepositoryConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sri.common.dbobj.RepositoryConversionException
All Implemented Interfaces:
Serializable

public class RepositoryConversionException
extends RuntimeException

Exception indicates a general error in adapting a Database object to a POJO.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
RepositoryConversionException()
          Default constructor.
RepositoryConversionException(String message)
          Constructor that takes a message.
RepositoryConversionException(String message, Throwable cause)
          Constructor that takes a message and a nested exception.
RepositoryConversionException(Throwable cause)
          Constructor that takes a nested exception/error.
 
Method Summary
 
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

RepositoryConversionException

public RepositoryConversionException()
Default constructor.


RepositoryConversionException

public RepositoryConversionException(String message)
Constructor that takes a message.

Parameters:
message - String

RepositoryConversionException

public RepositoryConversionException(Throwable cause)
Constructor that takes a nested exception/error.

Parameters:
cause - Throwable the nested error.

RepositoryConversionException

public RepositoryConversionException(String message,
                                     Throwable cause)
Constructor that takes a message and a nested exception.

Parameters:
message - String the message.
cause - Throwable the underlying exception.


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.