public class SharingException extends PortalException
Constructor and Description |
---|
SharingException()
Constructs an
SharingException with no
detail message. |
SharingException(EBufException ebufException,
int opcode)
Constructs a new
SharingException
class with an argument indicating the
thrown EBufException as well opcode which is called. |
SharingException(EBufException ebufException,
String message)
Constructs a new
SharingException
class with an argument indicating the
thrown EBufException as well opcode which is called. |
SharingException(int opcode)
Constructs a new
SharingException
class with an argument indicating the opcode which is called. |
SharingException(String s)
Constructs an
SharingException with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
EBufException |
getEBufException() |
void |
log()
Logs the exception to the default error log
|
String |
toString()
Converts the error buffer information to a string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SharingException(EBufException ebufException, String message)
SharingException
class with an argument indicating the
thrown EBufException as well opcode which is called.opcode
- the called opcode.public SharingException()
SharingException
with no
detail message.public SharingException(String s)
SharingException
with the
specified detail message.s
- the detail message.public SharingException(EBufException ebufException, int opcode)
SharingException
class with an argument indicating the
thrown EBufException as well opcode which is called.opcode
- the called opcode.public SharingException(int opcode)
SharingException
class with an argument indicating the opcode which is called.opcode
- the called opcode.public String toString()
public EBufException getEBufException()
public void log()
Copyright © 2003, 2023, Oracle and/or its affiliates.