Class PolicyResponse.StackInfomation
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- com.broadleafcommerce.data.tracking.core.policy.PolicyResponse.StackInfomation
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - PolicyResponse
 
public class PolicyResponse.StackInfomation extends Throwable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StackInfomation(StackTraceElement[] trace) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StackTraceElement[]getStackTrace()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
StackInfomation
public StackInfomation(StackTraceElement[] trace)
 
 - 
 
- 
Method Detail
- 
getMessage
public String getMessage()
- Overrides:
 getMessagein classThrowable
 
- 
getStackTrace
public StackTraceElement[] getStackTrace()
- Overrides:
 getStackTracein classThrowable
 
 - 
 
 -