org.broadleafcommerce.common.exception
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.exception.ServiceException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class ServiceException
extends Exception
implements com.google.gwt.user.client.rpc.IsSerializable

Exception thrown when a service method fails.

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
protected ServiceException()
           
  ServiceException(String message)
           
  ServiceException(String message, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

protected ServiceException()

ServiceException

public ServiceException(String message,
                        Throwable cause)

ServiceException

public ServiceException(String message)


Copyright © 2012. All Rights Reserved.