gov.sns.xal.model.sync
Class SynchronizationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.xal.model.ModelException
                          |
                          +--gov.sns.xal.model.sync.SynchronizationException
All Implemented Interfaces:
java.io.Serializable

public class SynchronizationException
extends ModelException

See Also:
Serialized Form

Constructor Summary
SynchronizationException()
          Creates a new instance of SynchronizationException without detail message.
SynchronizationException(java.lang.String msg)
          Constructs an instance of SynchronizationException 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

SynchronizationException

public SynchronizationException()
Creates a new instance of SynchronizationException without detail message.


SynchronizationException

public SynchronizationException(java.lang.String msg)
Constructs an instance of SynchronizationException with the specified detail message.

Parameters:
msg - the detail message.