org.ow2.util.plan.bindings.exceptions
Class InvalidRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.util.plan.bindings.exceptions.InvalidRepositoryException
All Implemented Interfaces:
Serializable

public class InvalidRepositoryException
extends Exception

Exception throw when an invalid repository is encountered.

Author:
Mickaƫl LEDUQUE
See Also:
Serialized Form

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

InvalidRepositoryException

public InvalidRepositoryException()


InvalidRepositoryException

public InvalidRepositoryException(Throwable t)


InvalidRepositoryException

public InvalidRepositoryException(String message)


InvalidRepositoryException

public InvalidRepositoryException(String message,
                                  Throwable cause)



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.