org.sca4j.host.contribution
Class ContributionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sca4j.host.SCA4JException
              extended by org.sca4j.host.contribution.ContributionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContributionNotFoundException, ValidationException

public class ContributionException
extends SCA4JException

Base exception class for contribution operations

Version:
$Rev: 4336 $ $Date: 2008-05-25 10:06:15 +0100 (Sun, 25 May 2008) $
See Also:
Serialized Form

Constructor Summary
ContributionException(java.lang.String message)
           
ContributionException(java.lang.String message, java.lang.String identifier)
           
ContributionException(java.lang.String message, java.lang.String identifier, java.lang.Throwable cause)
           
ContributionException(java.lang.String message, java.lang.Throwable cause)
           
ContributionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.sca4j.host.SCA4JException
getIdentifier, printStackTraceElements
 
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

ContributionException

public ContributionException(java.lang.String message)

ContributionException

public ContributionException(java.lang.Throwable cause)

ContributionException

public ContributionException(java.lang.String message,
                             java.lang.String identifier)

ContributionException

public ContributionException(java.lang.String message,
                             java.lang.Throwable cause)

ContributionException

public ContributionException(java.lang.String message,
                             java.lang.String identifier,
                             java.lang.Throwable cause)


Copyright © 2008-2011 Service Symphony. All Rights Reserved.