org.omg.CORBA
Class MARSHAL
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.omg.CORBA.SystemException
|
+--org.omg.CORBA.MARSHAL
- All Implemented Interfaces:
- java.io.Serializable
- public class MARSHAL
- extends SystemException
A request or reply from the network is structurally invalid. This
error typically indicates a bug in either the client-side or
server-side run time. For example, if a reply from the server
indicates that the message contains 1000 bytes, but the actual
message is shorter or longer than 1000 bytes, the ORB raises this
exception. MARSHAL can also be caused by using the DII or DSI
incorrectly, for example, if the type of the actual parameters
sent does not agree with IDL signature of an operation.
- See Also:
- Serialized Form
|
Constructor Summary |
MARSHAL()
Default constructor |
MARSHAL(int minor,
CompletionStatus completed)
Constructor with fields initialization |
MARSHAL(java.lang.String orb_reason)
Constructor with reason string |
MARSHAL(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
Full constructor with fields initialization |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MARSHAL
public MARSHAL()
- Default constructor
MARSHAL
public MARSHAL(java.lang.String orb_reason)
- Constructor with reason string
MARSHAL
public MARSHAL(int minor,
CompletionStatus completed)
- Constructor with fields initialization
- Parameters:
minor - minor exception membercompleted - completed exception member
MARSHAL
public MARSHAL(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
- Full constructor with fields initialization
- Parameters:
minor - minor exception membercompleted - completed exception member