No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.lang.UnsupportedOperationException |
![]() |
Thrown when an unsupported operation is attempted.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new
UnsupportedOperationException that includes the current stack trace.
|
||||||||||
|
Constructs a new
UnsupportedOperationException with the current stack trace and the specified detail message.
|
||||||||||
|
Constructs a new
UnsupportedOperationException with the current stack trace, the specified detail message and the specified cause.
|
||||||||||
|
Constructs a new
UnsupportedOperationException with the current stack trace and the specified cause.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Constructs a new UnsupportedOperationException
that includes the current stack trace.
Constructs a new UnsupportedOperationException
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |
---|
Constructs a new UnsupportedOperationException
with the current stack trace, the specified detail message and the specified cause.
message | the detail message for this exception. |
---|---|
cause | the optional cause of this exception, may be null . |
Constructs a new UnsupportedOperationException
with the current stack trace and the specified cause.
cause | the optional cause of this exception, may be null . |
---|