Package com.microstrategy.utils
Class MSTRAccessDeniedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.microstrategy.utils.MSTRCheckedException
 - 
- com.microstrategy.utils.MSTRAccessDeniedException
 
 
 
 
 
- 
- All Implemented Interfaces:
 LocalizableException,java.io.Serializable
public class MSTRAccessDeniedException extends MSTRCheckedException
Checked exception thrown when a file access is denied, typically due to a file path is not allowed to be accessed.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.microstrategy.utils.MSTRCheckedException
MSTRCheckedException.ExceptionXMLHandler 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MSTRAccessDeniedException()Constructs aMSTRAccessDeniedExceptionwithnullas its error detail message.MSTRAccessDeniedException(java.lang.String s)Constructs aMSTRAccessDeniedExceptionwith the specified detail message.MSTRAccessDeniedException(java.lang.String s, java.lang.Throwable cause)Constructs anMSTRAccessDeniedExceptionwith the specified detail message and cause. 
- 
Method Summary
- 
Methods inherited from class com.microstrategy.utils.MSTRCheckedException
getAuditInfo, getCause, getDefaultLocale, getErrorCode, getLocalizableMessage, getMessage, getMessage, getMessage, getRootCause, getRootCause, setAuditInfo, setCause, setDefaultLocale, setXMLHandler 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MSTRAccessDeniedException
public MSTRAccessDeniedException()
Constructs aMSTRAccessDeniedExceptionwithnullas its error detail message. 
- 
MSTRAccessDeniedException
public MSTRAccessDeniedException(java.lang.String s)
Constructs aMSTRAccessDeniedExceptionwith the specified detail message.- Parameters:
 s- The detail message.
 
- 
MSTRAccessDeniedException
public MSTRAccessDeniedException(java.lang.String s, java.lang.Throwable cause)Constructs anMSTRAccessDeniedExceptionwith the specified detail message and cause.- Parameters:
 s- The detail message.cause- The cause
 
 - 
 
 -