de.smartics.properties.resource.repository
Class RepositoryException

Package class diagram package RepositoryException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.api.core.app.PropertyRootException
                  extended by de.smartics.properties.resource.repository.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException
     
     
extends PropertyRootException

Signals problems accessing a repository.

See Also:
Serialized Form

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

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
PropertyRootException.PropertyRootException(java.lang.String, java.lang.Throwable)

RepositoryException

public RepositoryException(String message)
Constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
See Also:
PropertyRootException.PropertyRootException(java.lang.String)

RepositoryException

public RepositoryException(Throwable cause)
Constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
PropertyRootException.PropertyRootException(java.lang.Throwable)


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.