Package system.servicemodel.channels
Class RedirectionException
- java.lang.Object
-
- java.lang.Throwable
-
- org.mases.jcobridge.netreflection.NetException
-
- system.SystemException
-
- system.servicemodel.CommunicationException
-
- system.servicemodel.channels.RedirectionException
-
- All Implemented Interfaces:
java.io.Serializable,IJCOBridgeReflected
public class RedirectionException extends CommunicationException
The base .NET class managing System.ServiceModel.Channels.RedirectionException, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.RedirectionException
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.ServiceModelstatic java.lang.StringclassNameQualified class name: System.ServiceModel.Channels.RedirectionExceptionstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description RedirectionException()RedirectionException(java.lang.Object instance)Internal constructor.RedirectionException(java.lang.String message)RedirectionException(java.lang.String message, NetException cause)RedirectionException(java.lang.String message, RedirectionType type, RedirectionDuration duration, RedirectionScope scope, NetException innerException, RedirectionLocation... locations)RedirectionException(java.lang.String message, RedirectionType type, RedirectionDuration duration, RedirectionScope scope, RedirectionLocation... locations)RedirectionException(NetException cause)RedirectionException(RedirectionType type, RedirectionDuration duration, RedirectionScope scope, NetException innerException, RedirectionLocation... locations)RedirectionException(RedirectionType type, RedirectionDuration duration, RedirectionScope scope, RedirectionLocation... locations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedirectionExceptioncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoRedirectionException, a cast assert is made to check if types are compatible.RedirectionDurationgetDuration()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidGetObjectData(SerializationInfo info, StreamingContext context)RedirectionScopegetScope()RedirectionTypegetType()voidsetDuration(RedirectionDuration Duration)voidsetJCOInstance(JCObject instance)voidsetScope(RedirectionScope Scope)voidsetType(RedirectionType Type)-
Methods inherited from class org.mases.jcobridge.netreflection.NetException
Equals, Equals, GetHashCode, getMessage, getStackTrace, GetType, hashCode, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Channels.RedirectionException- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RedirectionException
public RedirectionException()
-
RedirectionException
public RedirectionException(java.lang.Object instance)
Internal constructor. Use with caution
-
RedirectionException
public RedirectionException(java.lang.String message)
-
RedirectionException
public RedirectionException(NetException cause)
-
RedirectionException
public RedirectionException(java.lang.String message, NetException cause)
-
RedirectionException
public RedirectionException(RedirectionType type, RedirectionDuration duration, RedirectionScope scope, NetException innerException, RedirectionLocation... locations) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, UriFormatException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionUriFormatExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionOutOfMemoryException
-
RedirectionException
public RedirectionException(RedirectionType type, RedirectionDuration duration, RedirectionScope scope, RedirectionLocation... locations) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, UriFormatException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionUriFormatExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionOutOfMemoryException
-
RedirectionException
public RedirectionException(java.lang.String message, RedirectionType type, RedirectionDuration duration, RedirectionScope scope, NetException innerException, RedirectionLocation... locations) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryException
-
RedirectionException
public RedirectionException(java.lang.String message, RedirectionType type, RedirectionDuration duration, RedirectionScope scope, RedirectionLocation... locations) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, MulticastNotSupportedException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionMulticastNotSupportedExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classCommunicationException- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classCommunicationException- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classCommunicationException- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classCommunicationException- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classCommunicationException
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classCommunicationException- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static RedirectionException cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoRedirectionException, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
RedirectionExceptioninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, TypeLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException, SerializationException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionTypeLoadExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotImplementedExceptionSerializationExceptionOverflowException
-
getDuration
public RedirectionDuration getDuration() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDuration
public void setDuration(RedirectionDuration Duration) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScope
public RedirectionScope getScope() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setScope
public void setScope(RedirectionScope Scope) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getType
public RedirectionType getType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setType
public void setType(RedirectionType Type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-