Collaboration API Documentation

com.filenet.bso.api.util
Class BsoInsufficientPermissionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.filenet.bso.api.util.BsoChainingRuntimeException
                          |
                          +--com.filenet.bso.api.util.BsoRuntimeException
                                |
                                +--com.filenet.bso.api.util.BsoInsufficientPermissionException
All Implemented Interfaces:
java.io.Serializable

public class BsoInsufficientPermissionException
extends BsoRuntimeException

Unchecked exception thrown when a user attempts to access an object which either does not exist or for which they do not have the security rights.

Applications should catch this exception and inform the user of the problem.

See Also:
Serialized Form

Constructor Summary
BsoInsufficientPermissionException()
          Unchecked exception thrown when there is a problem accessing an object.
BsoInsufficientPermissionException(java.lang.String msg)
          Constructs a BsoInsufficientPermissionException with a given detail message.
BsoInsufficientPermissionException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a BsoInsufficientPermissionException with a given detail message and the original exception.
 
Methods inherited from class com.filenet.bso.api.util.BsoRuntimeException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BsoInsufficientPermissionException

public BsoInsufficientPermissionException()
Unchecked exception thrown when there is a problem accessing an object.

BsoInsufficientPermissionException

public BsoInsufficientPermissionException(java.lang.String msg)
Constructs a BsoInsufficientPermissionException with a given detail message.
Parameters:
msg - The detailed message.

BsoInsufficientPermissionException

public BsoInsufficientPermissionException(java.lang.String msg,
                                          java.lang.Throwable cause)
Constructs a BsoInsufficientPermissionException with a given detail message and the original exception.

If you specify null for the cause parameter, constructs the exception with only the detail message, which is equivalent to calling BsoInsufficientPermissionException(msg).

Parameters:
msg - The detailed message.

cause - The original exception. Can be null.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.