Java checked and unchecked exceptions

If I create an exception class that extends Exception, will my class be checked or unchecked? I note that the subclass of Exception called RuntimeException is an unchecked exception whereas all other