org.hippoecm.hst.core.container
Class RepositoryNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hippoecm.hst.core.container.ContainerException
              extended by org.hippoecm.hst.core.container.RepositoryNotAvailableException
All Implemented Interfaces:
Serializable

public class RepositoryNotAvailableException
extends ContainerException

The RepositoryNotAvailableException exception can be used when the repository is not (yet) available

See Also:
Serialized Form

Constructor Summary
RepositoryNotAvailableException()
          Constructs a new RepositoryNotAvailableException exception.
RepositoryNotAvailableException(String message)
          Constructs a new RepositoryNotAvailableException exception with the given message.
RepositoryNotAvailableException(String msg, Throwable nested)
          Constructs a new RepositoryNotAvailableException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
RepositoryNotAvailableException(Throwable nested)
          Constructs a new RepositoryNotAvailableException exception with the nested exception.
 
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

RepositoryNotAvailableException

public RepositoryNotAvailableException()
Constructs a new RepositoryNotAvailableException exception.


RepositoryNotAvailableException

public RepositoryNotAvailableException(String message)
Constructs a new RepositoryNotAvailableException exception with the given message.

Parameters:
message - the exception message

RepositoryNotAvailableException

public RepositoryNotAvailableException(Throwable nested)
Constructs a new RepositoryNotAvailableException exception with the nested exception.

Parameters:
nested - the nested exception

RepositoryNotAvailableException

public RepositoryNotAvailableException(String msg,
                                       Throwable nested)
Constructs a new RepositoryNotAvailableException exception when the container needs to do the following:

Parameters:
msg - the exception message
nested - the nested exception


Copyright © 2008-2012 Hippo. All Rights Reserved.