|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--bees.core.MissingCapabilityException
Exception thrown when a capability couldn't be found, most likely because it was revoked.
| Constructor Summary | |
MissingCapabilityException(long id)
Construct a MissingCapabilityException with the given values. |
|
MissingCapabilityException(java.lang.String msg)
Construct a MissingCapabilityException with the given values. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MissingCapabilityException(long id)
id - The unique identifier of the capability.public MissingCapabilityException(java.lang.String msg)
msg - A message describing the problem.
|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||