|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.cams.access.OverlappingPermissionsException
OverlappingPermissionsException indicates that two Permissions
illegally overlap each another within a particular context.
Two Permission instances: A and B are considered to overlap if:
| Constructor Summary | |
OverlappingPermissionsException(Permission p1,
Permission p2)
Construct a new OverlappingPermissionsException with no other information. |
|
OverlappingPermissionsException(String message,
Permission p1,
Permission p2)
Construct a new OverlappingPermissionsException for the specified message. |
|
OverlappingPermissionsException(String message,
Throwable cause,
Permission p1,
Permission p2)
Construct a new OverlappingPermissionsException for the specified message and throwable. |
|
OverlappingPermissionsException(Throwable cause,
Permission p1,
Permission p2)
Construct a new OverlappingPermissionsException for the specified throwable. |
|
| Method Summary | |
Permission[] |
getPermissions()
Get the overlapping Permissions. |
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OverlappingPermissionsException(Permission p1,
Permission p2)
public OverlappingPermissionsException(String message,
Permission p1,
Permission p2)
message - a message describing this exception
public OverlappingPermissionsException(Throwable cause,
Permission p1,
Permission p2)
cause - throwable that caused this exception
public OverlappingPermissionsException(String message,
Throwable cause,
Permission p1,
Permission p2)
message - message describing this exceptioncause - throwable that caused this exception| Method Detail |
public Permission[] getPermissions()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||