org.broadleafcommerce.common.file
Class FileServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.broadleafcommerce.common.file.FileServiceException
All Implemented Interfaces:
Serializable

public class FileServiceException
extends RuntimeException

Marker exception that just extends RuntimeException to be used by the BroadleafFileService

Author:
bpolster
See Also:
Serialized Form

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

FileServiceException

public FileServiceException()

FileServiceException

public FileServiceException(String message,
                            Throwable cause)

FileServiceException

public FileServiceException(String message)

FileServiceException

public FileServiceException(Throwable cause)


Copyright © 2013. All Rights Reserved.