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());
}
Aggregations