com.sas.hls.work.workitem.exception
Class WorkItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.work.workitem.exception.WorkItemException
- All Implemented Interfaces:
- Serializable
public class WorkItemException
- extends AbstractCheckedException
- See Also:
- Serialized Form
WorkItemException
public WorkItemException(String message)
- Constructs an
WorkItemException
with the specified message.
- Parameters:
message
- the detailed message
WorkItemException
public WorkItemException(String message,
Throwable cause)
- Constructs an
WorkItemException
with the specified message and root cause.
- Parameters:
message
- the detailed messagecause
- the root cause for this exception
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA