CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.client.exceptions
Class ChannelNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ctg.client.exceptions.ChannelException
              extended by com.ibm.ctg.client.exceptions.ChannelNameException
All Implemented Interfaces:
java.io.Serializable

public class ChannelNameException
extends ChannelException

This exception is thrown if an application attempts to create a Channel with a name that is not valid.

Channel names must be between 1 and 16 characters in length and must consist of only the following types of character:

See Also:
Serialized Form

Constructor Summary
ChannelNameException()
          Creates a new exception with no message.
ChannelNameException(java.lang.String message)
          Creates a new exception with the specified message.
ChannelNameException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and cause.
ChannelNameException(java.lang.Throwable cause)
          Creates a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelNameException

public ChannelNameException()
Creates a new exception with no message.


ChannelNameException

public ChannelNameException(java.lang.String message)
Creates a new exception with the specified message.

Parameters:
message - The message in the exception.

ChannelNameException

public ChannelNameException(java.lang.Throwable cause)
Creates a new exception with the specified cause.

Parameters:
cause - The cause of the exception.

ChannelNameException

public ChannelNameException(java.lang.String message,
                            java.lang.Throwable cause)
Creates a new exception with the specified message and cause.

Parameters:
message - The message in the exception.
cause - The cause of the exception.

©Copyright IBM Corp. 1994, 2014
Legal