org.codehaus.gmaven.feature
Class ProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.gmaven.feature.ProviderException
- All Implemented Interfaces:
- java.io.Serializable
public class ProviderException
- extends java.lang.RuntimeException
Thrown to indicate a provider failure.
- Version:
- $Id: ProviderException.java 9 2009-07-16 09:22:08Z user57 $
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| 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 |
ProviderException
public ProviderException()
ProviderException
public ProviderException(java.lang.String message)
ProviderException
public ProviderException(java.lang.String message,
java.lang.Throwable cause)
ProviderException
public ProviderException(java.lang.Throwable cause)
Copyright © 2006-2010 Codehaus. All Rights Reserved.