public class RenderSecurityException
extends java.lang.SecurityException
| Modifier and Type | Method and Description |
|---|---|
static RenderSecurityException |
create(java.lang.String message)
Creates a new RenderSecurityException
|
static RenderSecurityException |
create(java.lang.String resource,
java.lang.String context)
Creates a new RenderSecurityException
|
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable@NonNull public static RenderSecurityException create(@NonNull java.lang.String resource, @Nullable java.lang.String context)
resource - the type of resource being accessed - "Thread", "Write", "Socket", etccontext - more information about the object, such as the path of the file being read@NonNull public static RenderSecurityException create(@NonNull java.lang.String message)
message - the message for the exception