|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.liquidsite.core.content.ContentSecurityException
A content security exception. This exception is thrown when the content object couldn't be read or written by a specific user.
| Constructor Summary | |
ContentSecurityException(java.lang.String message)
Creates a new content security exception. |
|
ContentSecurityException(User user,
java.lang.String op,
Content obj)
Creates a new content security exception. |
|
ContentSecurityException(User user,
java.lang.String op,
Domain obj)
Creates a new content security exception. |
|
ContentSecurityException(User user,
java.lang.String op,
Group obj)
Creates a new content security exception. |
|
ContentSecurityException(User user,
java.lang.String op,
User obj)
Creates a new content security exception. |
|
| Method Summary | |
java.lang.String |
getMessage()
Returns the detailed error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContentSecurityException(java.lang.String message)
message - the error message
public ContentSecurityException(User user,
java.lang.String op,
Domain obj)
user - the user attempting the operationop - the operation nameobj - the object accessed
public ContentSecurityException(User user,
java.lang.String op,
Content obj)
user - the user attempting the operationop - the operation nameobj - the object accessed
public ContentSecurityException(User user,
java.lang.String op,
User obj)
user - the user attempting the operationop - the operation nameobj - the object accessed
public ContentSecurityException(User user,
java.lang.String op,
Group obj)
user - the user attempting the operationop - the operation nameobj - the object accessed| Method Detail |
public java.lang.String getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||