public class PermissionDeniedException extends ConnectionException
ConnectionException
,
Serialized FormConstructor and Description |
---|
PermissionDeniedException()
Creates a
PermissionDeniedException with
as its error detail message. |
PermissionDeniedException(String message)
Creates a
PermissionDeniedException with the specified message. |
PermissionDeniedException(String message,
Throwable cause)
Creates a
PermissionDeniedException with the specified
message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PermissionDeniedException()
PermissionDeniedException
with
as its error detail message.public PermissionDeniedException(String message)
PermissionDeniedException
with the specified message.message
- The associated message.public PermissionDeniedException(String message, Throwable cause)
PermissionDeniedException
with the specified
message and cause.message
- The associated message.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.