org.broadleafcommerce.openadmin.server.service.exception
Class SandBoxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.openadmin.server.service.exception.SandBoxException
All Implemented Interfaces:
Serializable

public class SandBoxException
extends Exception

Created by IntelliJ IDEA. User: jfischer Date: 8/1/11 Time: 3:51 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
SandBoxException()
           
SandBoxException(String s)
           
SandBoxException(String s, Throwable throwable)
           
SandBoxException(Throwable throwable)
           
 
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

SandBoxException

public SandBoxException()

SandBoxException

public SandBoxException(String s)

SandBoxException

public SandBoxException(String s,
                        Throwable throwable)

SandBoxException

public SandBoxException(Throwable throwable)


Copyright © 2012. All Rights Reserved.