com.gisgraphy.domain.repository.exception
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gisgraphy.domain.repository.exception.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException
extends RuntimeException

Exception is throws when an error occured in the repository

Author:
David Masclet
See Also:
Serialized Form

Constructor Summary
RepositoryException()
          Default constructor
RepositoryException(String message)
          Constructor
RepositoryException(String message, Throwable cause)
          Constructor
RepositoryException(Throwable cause)
          Constructor
 
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

RepositoryException

public RepositoryException()
Default constructor


RepositoryException

public RepositoryException(String message,
                           Throwable cause)
Constructor

Parameters:
message - The message
cause - The cause

RepositoryException

public RepositoryException(String message)
Constructor

Parameters:
message - The message

RepositoryException

public RepositoryException(Throwable cause)
Constructor

Parameters:
cause - The cause


Copyright © 2012. All Rights Reserved.