Package com._1c.g5.v8.dt.pm
Class InstanceObtainingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com._1c.g5.v8.dt.pm.InstanceObtainingException
-
- All Implemented Interfaces:
Serializable
public class InstanceObtainingException extends RuntimeException
Occurs when failed to create connection with instance of service, which running within a separate process because remote methods call fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceObtainingException(String message, IOException cause)
Constructs new instance with given message and cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOException
getCause()
Returns a cause.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InstanceObtainingException
public InstanceObtainingException(String message, IOException cause)
Constructs new instance with given message and cause.- Parameters:
message
- given message (may benull
)cause
- given cause (may benull
)
-
-
Method Detail
-
getCause
public IOException getCause()
Returns a cause.
-
-