org.eclipse.higgins.sync.ws.exception
Class CardSyncException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.sync.ws.exception.CardSyncException
All Implemented Interfaces:
Serializable

@WebFault(name="CardSyncException",
          targetNamespace="http://www.eclipse.org/higgins/cardsync/2009/")
public class CardSyncException
extends Exception

Represents CardSync exception.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CardSyncException()
           
CardSyncException(String message)
           
CardSyncException(String message, Throwable cause)
           
CardSyncException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardSyncException

public CardSyncException()

CardSyncException

public CardSyncException(String message,
                         Throwable cause)
Parameters:
message -
cause -

CardSyncException

public CardSyncException(String message)
Parameters:
message -

CardSyncException

public CardSyncException(Throwable cause)
Parameters:
cause -