Search in sources :

Example 1 with NotOwnerException

use of java.security.acl.NotOwnerException in project robovm by robovm.

the class NotOwnerExceptionTest method testNotOwnerException.

public void testNotOwnerException() {
    assertNotNull(new NotOwnerException());
    assertNull(new NotOwnerException().getMessage());
    assertNull(new NotOwnerException().getCause());
}
Also used : NotOwnerException(java.security.acl.NotOwnerException)

Aggregations

NotOwnerException (java.security.acl.NotOwnerException)1