com.sas.hls.organization.exception
Class OrganizationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.organization.exception.OrganizationNotFoundException
- All Implemented Interfaces:
- Serializable
public class OrganizationNotFoundException
- extends AbstractCheckedException
This exception indicates that an Organization specified to an action was not
found. Typically this condition occurs when the object is not defined in the
system.
- See Also:
- Serialized Form
OrganizationNotFoundException
public OrganizationNotFoundException(String message)
- Constructs an
OrganizationNotFoundException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA