| WWW-Postini documentation | view source | Contained in the WWW-Postini distribution. |
WWW::Postini::Exception::LoginFailure - Failed login exception
use WWW::Postini::Exception::FailedLogin;
throw WWW::Postini::Exception::FailedLogin('Failed login');
This exception class is thrown from within the
WWW::Postini method login() when a login attempt fails.
Please refer to WWW::Postini::Exception for information regarding constructors and methods.
Peter Guzis, <pguzis@cpan.org>
Copyright (C) 2005 by Peter Guzis
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
Postini, the Postini logo, Postini Perimeter Manager and preEMPT are trademarks, registered trademarks or service marks of Postini, Inc. All other trademarks are the property of their respective owners.
| WWW-Postini documentation | view source | Contained in the WWW-Postini distribution. |