net.sf.jmsmq
Class MSMQMaxLenPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jmsmq.MSMQMaxLenPropertyException
All Implemented Interfaces:
java.io.Serializable

public class MSMQMaxLenPropertyException
extends java.lang.Exception

Class thrown where a property has exceded its size. Microsoft® Message Queuing Server

See Also:
Serialized Form

Constructor Summary
MSMQMaxLenPropertyException(java.lang.String property, int maxValue)
          Constructor of MSMQMaxLenPropertyException
 
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

MSMQMaxLenPropertyException

public MSMQMaxLenPropertyException(java.lang.String property,
                                   int maxValue)
Constructor of MSMQMaxLenPropertyException

Parameters:
property - Propiedad que excede el máximo
maxValue - Valor máximo de la propiedad excedida


Jorge Ruesga © 2006. All rigths reserved.