|
||||||||||
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
net.pleso.framework.client.bl.exceptions.FrameworkRuntimeException
net.pleso.framework.client.bl.exceptions.AccessViolationException
public class AccessViolationException
This exception is thrown when some unauthorized action could be performed.
Usually user controls block access to unauthorized actions by disabling or
hiding corresponging buttons or controls. Nevertheless if some unaurhorized
action has been started it should throw AccessViolationException
to
prevent access violation.
Constructor Summary | |
---|---|
AccessViolationException()
Constructs a new access violation exception with null as
its detail message. |
|
AccessViolationException(java.lang.String message)
Constructs a new runtime exception with the specified detail message. |
Method Summary |
---|
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 AccessViolationException()
null
as
its detail message.
public AccessViolationException(java.lang.String message)
message
- the detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |