public class InvalidOperationException
extends com.groupdocs.foundation.exception.GroupDocsException
Constructor and Description |
---|
InvalidOperationException()
Instantiates a new Invalid operation exception.
|
InvalidOperationException(String message)
Instantiates a new Invalid operation exception.
|
InvalidOperationException(String message,
Throwable throwable)
Instantiates a new Invalid operation exception.
|
InvalidOperationException(Throwable cause)
Instantiates a new Invalid operation exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidOperationException()
public InvalidOperationException(String message)
message
- the messagepublic InvalidOperationException(String message, Throwable throwable)
message
- the messagethrowable
- the throwablepublic InvalidOperationException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.