|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.core.security.OdiSecurityException
oracle.odi.core.security.PermissionDeniedException
public class PermissionDeniedException
Exception raised when attempting an operation that is not granted to the authenticated user.
| Constructor Summary | |
|---|---|
PermissionDeniedException()
Construct a PermissionDeniedException object. |
|
PermissionDeniedException(java.lang.Class oclass,
PermissionType pt,
long id,
boolean snp)
Construct a PermissionDeniedException object. |
|
PermissionDeniedException(Permission per)
Construct a PermissionDeniedException object. |
|
PermissionDeniedException(java.lang.String msg)
Construct a PermissionDeniedException object. |
|
PermissionDeniedException(java.lang.String msg,
java.lang.Class oclass,
PermissionType pt,
long id,
boolean snp)
Construct a PermissionDeniedException object. |
|
PermissionDeniedException(java.lang.String msg,
Permission per)
Construct a PermissionDeniedException object. |
|
| Method Summary | |
|---|---|
long |
getDatabaseId()
Return the id of the object to check. |
Permission |
getDeniedPermission()
Return the Permission object which gets denied. |
java.lang.Class |
getEntityClass()
Return the ODI class of the object to check. |
PermissionType |
getPermissionType()
Return the permission type to check. |
java.lang.Class |
getSnpClass()
Return the SNP class of the object to check. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PermissionDeniedException()
public PermissionDeniedException(java.lang.Class oclass,
PermissionType pt,
long id,
boolean snp)
oclass - the class of the object to check permission.pt - PermissionType object representing type of priviledge.id - the id of the object to check permission.snp - true if the object is SnpXXX object, false if the object is OdiXXXX object.public PermissionDeniedException(Permission per)
per - Permission object.public PermissionDeniedException(java.lang.String msg)
msg - message about the permission denied problem.
public PermissionDeniedException(java.lang.String msg,
java.lang.Class oclass,
PermissionType pt,
long id,
boolean snp)
msg - message about the permission denied problem.oclass - the class of the object to check permission.pt - PermissionType object representing type of priviledge.id - the id of the object to check permission.snp - true if the object is SnpXXX object, false if the object is OdiXXXX object.
public PermissionDeniedException(java.lang.String msg,
Permission per)
msg - message about the permission denied problem.per - Permission object.| Method Detail |
|---|
public long getDatabaseId()
public Permission getDeniedPermission()
public java.lang.Class getEntityClass()
public PermissionType getPermissionType()
public java.lang.Class getSnpClass()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||