gov.sns.ca
Class PutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.ca.ChannelException
                          |
                          +--gov.sns.ca.PutException
All Implemented Interfaces:
java.io.Serializable

public class PutException
extends ChannelException

See Also:
Serialized Form

Constructor Summary
PutException()
          Creates new PutException without detail message.
PutException(java.lang.String msg)
          Constructs an PutException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PutException

public PutException()
Creates new PutException without detail message.


PutException

public PutException(java.lang.String msg)
Constructs an PutException with the specified detail message.

Parameters:
msg - the detail message.